summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/Utilities/Compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/CompilerKit/Utilities/Compiler.h')
-rw-r--r--include/CompilerKit/Utilities/Compiler.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/CompilerKit/Utilities/Compiler.h b/include/CompilerKit/Utilities/Compiler.h
index 94060ea..8d00de0 100644
--- a/include/CompilerKit/Utilities/Compiler.h
+++ b/include/CompilerKit/Utilities/Compiler.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef NECTAR_COMPILERKIT_UTILITIES_COMPILER_H
+#define NECTAR_COMPILERKIT_UTILITIES_COMPILER_H
#include <CompilerKit/AST.h>
#include <CompilerKit/CodeGenerator.h>
@@ -120,3 +121,5 @@ inline void drvi_crash_handler(std::int32_t id) {
}
} // namespace CompilerKit::Detail
+#endif // NECTAR_COMPILERKIT_UTILITIES_COMPILER_H
+