summaryrefslogtreecommitdiffhomepage
path: root/include/DebuggerKit/DebuggerContract.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/DebuggerKit/DebuggerContract.h')
-rw-r--r--include/DebuggerKit/DebuggerContract.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/DebuggerKit/DebuggerContract.h b/include/DebuggerKit/DebuggerContract.h
index 4f02b90..1d8c3bc 100644
--- a/include/DebuggerKit/DebuggerContract.h
+++ b/include/DebuggerKit/DebuggerContract.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef NECTAR_DEBUGGERKIT_DEBUGGERCONTRACT_H
+#define NECTAR_DEBUGGERKIT_DEBUGGERCONTRACT_H
#include <DebuggerKit/Detail/Config.h>
#include <unordered_map>
@@ -44,3 +45,5 @@ class IDebuggerContract {
};
} // namespace DebuggerKit
+#endif // NECTAR_DEBUGGERKIT_DEBUGGERCONTRACT_H
+