Skip to content

Commit 0dcd0f5

Browse files
committed
Fix compile issue on Linux
1 parent d577074 commit 0dcd0f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/StringAlgo.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <string>
2525
#include <cstring>
2626
#include <sstream>
27+
#include <stdint.h>
2728
#include <algorithm>
2829

2930

0 commit comments

Comments
 (0)