From a3dd32766f98607fac9cefe0715b965ce899ade6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 8 May 2018 23:05:16 +0100 Subject: Add missing include guard --- libadhocutil/compileTimeFormatter.h | 5 +++++ 1 file changed, 5 insertions(+) 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 #include #include @@ -229,3 +232,5 @@ namespace AdHoc { #define AdHocFormatter(name, str) \ AdHocFormatterTypedef(name, str, MAKE_UNIQUE(name)) +#endif + -- cgit v1.2.3