diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-09 22:31:50 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-09 22:31:50 +0000 |
commit | 8260c9c3a8b6fbf43f0403c8082a713a94c83eaf (patch) | |
tree | d7aaede8d1fea68b31e39736d116c7567a1f218c /cpp/include/Ice/Config.h | |
parent | completed structs; parser visitor changes (diff) | |
download | ice-8260c9c3a8b6fbf43f0403c8082a713a94c83eaf.tar.bz2 ice-8260c9c3a8b6fbf43f0403c8082a713a94c83eaf.tar.xz ice-8260c9c3a8b6fbf43f0403c8082a713a94c83eaf.zip |
fixes, tests, etc.
Diffstat (limited to 'cpp/include/Ice/Config.h')
-rw-r--r-- | cpp/include/Ice/Config.h | 1 |
1 files changed, 1 insertions, 0 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 |