Skip to content

Commit 2b4358b

Browse files
mgornymaartenbreddels
authored andcommitted
fix: add missing include to fix vaex-core build with gcc-13
Fixes #2382
1 parent 7fabacb commit 2b4358b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vaex-core/src/string_utils.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* regex match/search using string_view */
2+
#include <cstdint>
23
#include <nonstd/string_view.hpp>
34
#include <regex>
45
#include <cstdint>

0 commit comments

Comments
 (0)