diff options
Diffstat (limited to 'TAO/tao/IIOPC.cpp')
-rw-r--r-- | TAO/tao/IIOPC.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/IIOPC.cpp b/TAO/tao/IIOPC.cpp index 790a9652901..53c164dc8c1 100644 --- a/TAO/tao/IIOPC.cpp +++ b/TAO/tao/IIOPC.cpp @@ -19,7 +19,9 @@ // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html -#include "IIOPC.h" +#include "tao/IIOPC.h" +#include "tao/Typecode.h" +#include "tao/Any.h" #if !defined (__ACE_INLINE__) #include "IIOPC.i" |