Sfoglia il codice sorgente

Include assert.h since assert is used.

Frank Zago 15 anni fa
parent
commit
9544b5c13e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>