Browse Source

fix compile error on mac

wangyu 7 years ago
parent
commit
a6a3305874
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common.h

+ 1 - 0
common.h

@@ -50,6 +50,7 @@ typedef int socklen_t;
 #include<unordered_set>
 #include<map>
 #include<list>
+#include<string>
 
 using  namespace std;