summaryrefslogtreecommitdiff
path: root/TAO/tao/Connect.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-07-06 14:04:43 +0000
committerSteve Huston <shuston@riverace.com>1998-07-06 14:04:43 +0000
commit38b7a2185535aadbd54379c78cc09051754c4533 (patch)
tree4024396b03525d4fd7d587f72221bc739cac5af4 /TAO/tao/Connect.h
parent4fc9c53cca3d63bd14b2ca8a4a1166c21ca7e8c7 (diff)
downloadATCD-38b7a2185535aadbd54379c78cc09051754c4533.tar.gz
Added #include "tao/corba.h" so the defs are visible at template instantiation
on AIX xlC.
Diffstat (limited to 'TAO/tao/Connect.h')
-rw-r--r--TAO/tao/Connect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Connect.h b/TAO/tao/Connect.h
index e5f23cc8f0c..83f2433243b 100644
--- a/TAO/tao/Connect.h
+++ b/TAO/tao/Connect.h
@@ -23,6 +23,8 @@
# include "ace/Synch.h"
# include "ace/Svc_Handler.h"
+# include "tao/corba.h"
+
// Forward Decls
class TAO_OA_Parameters;