X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fauto_unit_test.hh;h=c12bb7d90e7c8d41e52fbe306703dfc8408ee5ce;hb=b8ca4a544cce3e6023bb56b712a03d6362f2bb79;hp=95980e3a2010eab949c6fc9fc8bf18acaf3ba6a6;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/Utils/auto_unit_test.hh b/Utils/auto_unit_test.hh index 95980e3..c12bb7d 100644 --- a/Utils/auto_unit_test.hh +++ b/Utils/auto_unit_test.hh @@ -37,6 +37,7 @@ #define HH_SENF_Utils_auto_unit_test_ 1 // Custom includes +#include #include //#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