summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/StreamI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/StreamI.h')
-rw-r--r--cpp/src/Ice/StreamI.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/Ice/StreamI.h b/cpp/src/Ice/StreamI.h
index 0ccf35a8e6a..7c2e8546d9a 100644
--- a/cpp/src/Ice/StreamI.h
+++ b/cpp/src/Ice/StreamI.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_STREAM_I_H
+#define ICE_STREAM_I_H
#include <Ice/Stream.h>
@@ -172,3 +173,5 @@ private:
};
}
+
+#endif