summaryrefslogtreecommitdiff
path: root/cppe/src
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-08-15 03:59:43 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-08-15 03:59:43 +0000
commitb541776aae72002f7f783615a6016a7069e68d14 (patch)
treea33284962dd41301dcae7cbe8b1cfd8fb1de6957 /cppe/src
parentbackout the slice2cppe fix. (diff)
downloadice-b541776aae72002f7f783615a6016a7069e68d14.tar.bz2
ice-b541776aae72002f7f783615a6016a7069e68d14.tar.xz
ice-b541776aae72002f7f783615a6016a7069e68d14.zip
fix compilation error.
Diffstat (limited to 'cppe/src')
-rwxr-xr-xcppe/src/IceE/OutgoingConnectionFactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cppe/src/IceE/OutgoingConnectionFactory.h b/cppe/src/IceE/OutgoingConnectionFactory.h
index 3ca4f72dfdf..b4851d65a48 100755
--- a/cppe/src/IceE/OutgoingConnectionFactory.h
+++ b/cppe/src/IceE/OutgoingConnectionFactory.h
@@ -17,7 +17,8 @@
#include <IceE/EndpointF.h>
#ifdef ICEE_HAS_ROUTER
# include <IceE/RouterF.h>
-#endif
+#endif
+#include <IceE/Shared.h>
#include <IceE/Mutex.h>
#include <IceE/Monitor.h>
#include <set>