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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index 005735ec430..d1214f1a8b9 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -270,6 +270,9 @@ TAO_CodeGen::client_stubs (const char *fname)
*this->client_stubs_ << "#include \"" <<
idl_global->be_get_client_hdr_fname () << "\"\n\n";
+ *this->client_stubs_ << "#include \"" <<
+ idl_global->be_get_server_hdr_fname () << "\"\n\n";
+
// generate the code that includes the inline file if not included in the
// header file
*this->client_stubs_ << "#if !defined (__ACE_INLINE__)\n";