Adding custom IOSTREAM for libtest.
[awesomized/libmemcached] / libtest / common.h
index 9b00f6de459db2c824762dd068c30654a0c2443d..3874dae5379ad9f6ff3f7e8a84756c41f0712bc4 100644 (file)
@@ -47,4 +47,9 @@
 #include <cstdlib>
 #include <sys/types.h>
 
+#include <cerrno>
+#include <cassert>
+
 #include <libtest/test.hpp>
+
+using namespace libtest;