diff options
Diffstat (limited to 'TAO/tao/Any_SystemException.cpp')
-rw-r--r-- | TAO/tao/Any_SystemException.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Any_SystemException.cpp b/TAO/tao/Any_SystemException.cpp index ea168a4f405..84d3444f252 100644 --- a/TAO/tao/Any_SystemException.cpp +++ b/TAO/tao/Any_SystemException.cpp @@ -1,6 +1,7 @@ // $Id$ #include "Any_SystemException.h" +#include "Any.h" #include "Any_Unknown_IDL_Type.h" #include "CDR.h" #include "Exception.h" @@ -8,7 +9,7 @@ #include "Marshal.h" #include "CORBA_String.h" #include "SystemException.h" -#include "Typecode.h" +#include "TypeCode.h" #include "ace/Auto_Ptr.h" #include "ace/CORBA_macros.h" |