summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Service.h')
-rw-r--r--cpp/include/Ice/Service.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/Service.h b/cpp/include/Ice/Service.h
index c124d371e1e..a36f8c130df 100644
--- a/cpp/include/Ice/Service.h
+++ b/cpp/include/Ice/Service.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_SERVICE_H
+#define ICE_SERVICE_H
#include <IceUtil/Config.h>
#include <Ice/Ice.h>
@@ -246,3 +247,5 @@ public:
};
} // End of namespace Ice
+
+#endif