diff options
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r-- | TAO/tao/Exception.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp index d0777b57fa5..57c07693587 100644 --- a/TAO/tao/Exception.cpp +++ b/TAO/tao/Exception.cpp @@ -8,7 +8,12 @@ // THREADING NOTE: calling thread handles mutual exclusion policy // on all of these data structures. -#include "tao/corba.h" +#include "tao/Exception.h" +#include "tao/Typecode.h" +#include "tao/Environment.h" +#include "tao/Any.h" +#include "tao/CDR.h" +#include "tao/POAC.h" #if !defined (__ACE_INLINE__) # include "tao/Exception.i" |