diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-09-11 09:01:32 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-09-11 09:01:32 +0000 |
commit | ab3d165e4c54ddee29cdadf08819aa74e60be819 (patch) | |
tree | f62deff48ccc8c167af056e6c80347129a0fb945 /cpp/src/Ice/EndpointFactoryManager.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1289 (diff) | |
download | ice-ab3d165e4c54ddee29cdadf08819aa74e60be819.tar.bz2 ice-ab3d165e4c54ddee29cdadf08819aa74e60be819.tar.xz ice-ab3d165e4c54ddee29cdadf08819aa74e60be819.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1289
Diffstat (limited to 'cpp/src/Ice/EndpointFactoryManager.cpp')
-rw-r--r-- | cpp/src/Ice/EndpointFactoryManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/EndpointFactoryManager.cpp b/cpp/src/Ice/EndpointFactoryManager.cpp index cb60e54965f..a6ce0e4dcaa 100644 --- a/cpp/src/Ice/EndpointFactoryManager.cpp +++ b/cpp/src/Ice/EndpointFactoryManager.cpp @@ -13,6 +13,7 @@ #include <Ice/BasicStream.h> #include <Ice/LocalException.h> #include <Ice/Instance.h> +#include <Ice/Properties.h> #include <Ice/DefaultsAndOverrides.h> using namespace std; |