Browse Source

Fix linux build

xcbosa-itx 2 years ago
parent
commit
5187e1cf47
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/strop.h

+ 1 - 0
utils/strop.h

@@ -6,6 +6,7 @@
 #include <iostream>
 #include <sstream>
 #include <vector>
+#include <string.h>
 
 using namespace std;