summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/QueryI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/QueryI.h')
-rw-r--r--cpp/src/IceGrid/QueryI.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/QueryI.h b/cpp/src/IceGrid/QueryI.h
index b1b8baa26c0..b64e5cceaac 100644
--- a/cpp/src/IceGrid/QueryI.h
+++ b/cpp/src/IceGrid/QueryI.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_GRID_QUERY_I_H
+#define ICE_GRID_QUERY_I_H
#include <IceGrid/Query.h>
#include <Ice/CommunicatorF.h>
@@ -43,3 +44,5 @@ private:
};
}
+
+#endif