소스 검색

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;