Socket/Protocols/Raw: EUI64 documentation
[senf.git] / Utils / auto_unit_test.hh
index 95980e3..c12bb7d 100644 (file)
@@ -37,6 +37,7 @@
 #define HH_SENF_Utils_auto_unit_test_ 1
 
 // Custom includes
+#include <iostream>
 #include <boost/version.hpp>
 
 //#include "auto_unit_test.mpp"
@@ -57,7 +58,7 @@
 
 /** \brief Check for compile failure
 
-    COMPILE_RAIL() is used to check, that a certain piece of code will produce a compile time
+    COMPILE_FAIL() is used to check, that a certain piece of code will produce a compile time
     failure.
 
     \code