summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceStorm/Service.h')
-rw-r--r--cpp/src/IceStorm/Service.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Service.h b/cpp/src/IceStorm/Service.h
index f514f1b0040..9b9753e5db0 100644
--- a/cpp/src/IceStorm/Service.h
+++ b/cpp/src/IceStorm/Service.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICESTORM_SERVICE_H
+#define ICESTORM_SERVICE_H
#include <IceBox/IceBox.h>
#include <IceStorm/IceStorm.h>
@@ -43,3 +44,5 @@ public:
};
};
+
+#endif