summaryrefslogtreecommitdiff
path: root/cpp/src/IceDB/IceDB.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceDB/IceDB.h')
-rw-r--r--cpp/src/IceDB/IceDB.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceDB/IceDB.h b/cpp/src/IceDB/IceDB.h
index 53053b326de..fbf4c9ebbcb 100644
--- a/cpp/src/IceDB/IceDB.h
+++ b/cpp/src/IceDB/IceDB.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_DB_H
+#define ICE_DB_H
#include <IceUtil/Exception.h>
#include <IceUtil/Shared.h>
@@ -109,3 +110,5 @@ public:
};
}
+
+#endif