summaryrefslogtreecommitdiff
path: root/includes/compiler/CException.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/compiler/CException.h')
-rw-r--r--includes/compiler/CException.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/compiler/CException.h b/includes/compiler/CException.h
new file mode 100644
index 0000000..0a4d60d
--- /dev/null
+++ b/includes/compiler/CException.h
@@ -0,0 +1,6 @@
+#ifndef COMPILER_CEXCEPTION_H
+#define COMPILER_CEXCEPTION_H
+
+#include "compiler/common.h"
+
+#endif