diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-15 03:59:43 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-15 03:59:43 +0000 |
commit | b541776aae72002f7f783615a6016a7069e68d14 (patch) | |
tree | a33284962dd41301dcae7cbe8b1cfd8fb1de6957 /cppe/src | |
parent | backout the slice2cppe fix. (diff) | |
download | ice-b541776aae72002f7f783615a6016a7069e68d14.tar.bz2 ice-b541776aae72002f7f783615a6016a7069e68d14.tar.xz ice-b541776aae72002f7f783615a6016a7069e68d14.zip |
fix compilation error.
Diffstat (limited to 'cppe/src')
-rwxr-xr-x | cppe/src/IceE/OutgoingConnectionFactory.h | 3 |
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> |