summaryrefslogtreecommitdiff
path: root/TAO/tao/corba.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/corba.h')
-rw-r--r--TAO/tao/corba.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/corba.h b/TAO/tao/corba.h
index 0de306566b4..c28051f1ff0 100644
--- a/TAO/tao/corba.h
+++ b/TAO/tao/corba.h
@@ -36,7 +36,13 @@
// The definitions are included in the same order as they are declared
// in corbafwd.h
#include "tao/Typecode.h"
-#include "tao/Any_T.h"
+
+#include "tao/Any_Impl_T.h"
+#include "tao/Any_Basic_Impl_T.h"
+#include "tao/Any_Special_Impl_T.h"
+#include "tao/Any_Special_Basic_Impl_T.h"
+#include "tao/Any_Array_Impl_T.h"
+#include "tao/Any_Dual_Impl_T.h"
#include "tao/Environment.h"
#include "tao/Exception.h"