summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/LocatorI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/LocatorI.h')
-rw-r--r--cpp/src/IceGrid/LocatorI.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/LocatorI.h b/cpp/src/IceGrid/LocatorI.h
index 1ea9447380e..6e5fb87618b 100644
--- a/cpp/src/IceGrid/LocatorI.h
+++ b/cpp/src/IceGrid/LocatorI.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_GRID_LOCATOR_I_H
+#define ICE_GRID_LOCATOR_I_H
#include <IceGrid/Internal.h>
#include <IceGrid/Locator.h>
@@ -79,3 +80,5 @@ protected:
};
}
+
+#endif