summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/Ice/Config.h1
-rw-r--r--cpp/include/Ice/Stream.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Config.h b/cpp/include/Ice/Config.h
index ce3212f2d1c..fb908c28e11 100644
--- a/cpp/include/Ice/Config.h
+++ b/cpp/include/Ice/Config.h
@@ -80,6 +80,7 @@ typedef double Double;
#include <iostream>
#include <string>
#include <vector>
+#include <map>
//
// Define the Ice and IceInternal namespace, so that we can use the following
diff --git a/cpp/include/Ice/Stream.h b/cpp/include/Ice/Stream.h
index 251886dfdf5..851cfe9f9a3 100644
--- a/cpp/include/Ice/Stream.h
+++ b/cpp/include/Ice/Stream.h
@@ -15,7 +15,6 @@
#include <Ice/ObjectF.h>
#include <Ice/ProxyF.h>
#include <Ice/Buffer.h>
-#include <map>
namespace IceInternal
{