summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Reference.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-03-06 19:27:01 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-03-06 19:27:01 +0000
commitcc9d64fe53ebf5063ba27ec3532c5a70a294f991 (patch)
treef937e6b2ece848f34bd51091ca0eb5628957f683 /cppe/src/IceE/Reference.cpp
parentChanged install location for translators (diff)
downloadice-cc9d64fe53ebf5063ba27ec3532c5a70a294f991.tar.bz2
ice-cc9d64fe53ebf5063ba27ec3532c5a70a294f991.tar.xz
ice-cc9d64fe53ebf5063ba27ec3532c5a70a294f991.zip
Fixed compile error
Diffstat (limited to 'cppe/src/IceE/Reference.cpp')
-rw-r--r--cppe/src/IceE/Reference.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp
index 7792fce4202..4c8123e5994 100644
--- a/cppe/src/IceE/Reference.cpp
+++ b/cppe/src/IceE/Reference.cpp
@@ -18,7 +18,6 @@
#ifdef ICEE_HAS_ROUTER
# include <IceE/RouterInfo.h>
# include <IceE/Router.h>
-# include <IceE/Connection.h>
#endif
#ifdef ICEE_HAS_LOCATOR
@@ -26,6 +25,7 @@
# include <IceE/Locator.h>
#endif
+#include <IceE/Connection.h>
#include <IceE/Functional.h>
#include <IceE/OutgoingConnectionFactory.h>
#include <IceE/LoggerUtil.h>