2
0
Эх сурвалжийг харах

Include assert.h since assert is used.

Frank Zago 15 жил өмнө
parent
commit
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>