diff options
Diffstat (limited to 'TAO/tao/DynAnyS.cpp')
-rw-r--r-- | TAO/tao/DynAnyS.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/DynAnyS.cpp b/TAO/tao/DynAnyS.cpp index 5fe167e8ed1..742f1f62c6c 100644 --- a/TAO/tao/DynAnyS.cpp +++ b/TAO/tao/DynAnyS.cpp @@ -22,7 +22,10 @@ // // ====================================================================== -#include "tao/corba.h" +#include "tao/DynAnyC.h" +#include "tao/POA_CORBA.h" +#include "tao/Servant_Base.h" +#include "tao/POAC.h" // constructor POA_CORBA::DynAny::DynAny (void) |