浏览代码

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;