summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/ErrorID.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/CompilerKit/ErrorID.h')
-rw-r--r--include/CompilerKit/ErrorID.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/CompilerKit/ErrorID.h b/include/CompilerKit/ErrorID.h
index 1424014..0a2e666 100644
--- a/include/CompilerKit/ErrorID.h
+++ b/include/CompilerKit/ErrorID.h
@@ -7,7 +7,8 @@
* ========================================================
*/
-#pragma once
+#ifndef NECTAR_COMPILERKIT_ERRORID_H
+#define NECTAR_COMPILERKIT_ERRORID_H
#include <CompilerKit/Detail/Config.h>
@@ -28,3 +29,5 @@
#define NECTAR_FAT_ERROR -37
#define NECTAR_INVALID_ARCH -38
+#endif // NECTAR_COMPILERKIT_ERRORID_H
+