ソースを参照

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>