Skip to content

Commit

Permalink
Fix gcc error
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Jan 20, 2023
1 parent 682fbaf commit 7e8f5ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vaex-core/src/superstring.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <nonstd/string_view.hpp>
#include <string>
#include <iostream>
typedef nonstd::string_view string_view;
typedef std::string string;
#include <pybind11/numpy.h>
Expand Down

0 comments on commit 7e8f5ab

Please sign in to comment.