浏览代码

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>