瀏覽代碼

fix compile error on mac

wangyu 7 年之前
父節點
當前提交
a6a3305874
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;