소스 검색

Include assert.h since assert is used.

Frank Zago 15 년 전
부모
커밋
9544b5c13e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/Connection.h

+ 1 - 0
lib/Connection.h

@@ -6,6 +6,7 @@
 #include <set>
 #include <list>
 #include <typeinfo> //XXX this is in namespace std if you want w/o use typeinfo.h?
+#include <assert.h>
 
 #include <boost/type_traits/is_fundamental.hpp>
 #include <boost/type_traits/is_enum.hpp>