diff options
| -rw-r--r-- | libadhocutil/compileTimeFormatter.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/libadhocutil/compileTimeFormatter.h b/libadhocutil/compileTimeFormatter.h index c6f8de6..17af36d 100644 --- a/libadhocutil/compileTimeFormatter.h +++ b/libadhocutil/compileTimeFormatter.h @@ -1,3 +1,6 @@ +#ifndef ADHOCUTIL_COMPILE_TIME_FORMATTER_H +#define ADHOCUTIL_COMPILE_TIME_FORMATTER_H +  #include <sstream>  #include <string.h>  #include <boost/preprocessor/variadic/size.hpp> @@ -229,3 +232,5 @@ namespace AdHoc {  #define AdHocFormatter(name, str) \  	AdHocFormatterTypedef(name, str, MAKE_UNIQUE(name)) +#endif +  | 
