summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_codegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_codegen.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index 4b2b5c46bb7..8868004a4c8 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -452,6 +452,8 @@ TAO_CodeGen::start_server_header (const char *fname)
// registers the POA factory with the Service_Configurator, so
// the ORB can automatically find it.
this->gen_standard_include (this->server_header_,
+ "tao/Collocation_Proxy_Broker.h");
+ this->gen_standard_include (this->server_header_,
"tao/PortableServer/PortableServer.h");
this->gen_standard_include (this->server_header_,
"tao/PortableServer/Servant_Base.h");