summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/Utilities/Assembler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/CompilerKit/Utilities/Assembler.h')
-rw-r--r--include/CompilerKit/Utilities/Assembler.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/CompilerKit/Utilities/Assembler.h b/include/CompilerKit/Utilities/Assembler.h
index e13f1af..e43d451 100644
--- a/include/CompilerKit/Utilities/Assembler.h
+++ b/include/CompilerKit/Utilities/Assembler.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef NECTAR_COMPILERKIT_UTILITIES_ASSEMBLER_H
+#define NECTAR_COMPILERKIT_UTILITIES_ASSEMBLER_H
#include <CompilerKit/AST.h>
#include <CompilerKit/CodeGenerator.h>
@@ -94,3 +95,5 @@ inline NumberCast32 GetNumber32(STLString lineBuffer, STLString numberKey) {
}
}
} // namespace CompilerKit
+
+#endif // NECTAR_COMPILERKIT_UTILITIES_ASSEMBLER_H