summaryrefslogtreecommitdiff
path: root/tests/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common.hpp')
-rw-r--r--tests/common.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/common.hpp b/tests/common.hpp
index 306fb18..b466c09 100644
--- a/tests/common.hpp
+++ b/tests/common.hpp
@@ -1,3 +1,8 @@
+#ifndef HEADER_TEST_COMMON_HPP
+#define HEADER_TEST_COMMON_HPP
+
#include "test.hpp"
using namespace pugi;
+
+#endif