summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Allocatable.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/Allocatable.h')
-rw-r--r--cpp/src/IceGrid/Allocatable.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Allocatable.h b/cpp/src/IceGrid/Allocatable.h
index 12f1bd25f91..bcbc018053e 100644
--- a/cpp/src/IceGrid/Allocatable.h
+++ b/cpp/src/IceGrid/Allocatable.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_GRID_ALLOCATABLE_H
+#define ICE_GRID_ALLOCATABLE_H
#include <IceUtil/Handle.h>
#include <IceUtil/Mutex.h>
@@ -112,3 +113,5 @@ protected:
};
};
+
+#endif