diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-09-20 00:16:09 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-09-20 00:16:09 +0000 |
commit | f00b87ae4d0c8183b2adf2faa0b66f52f9b384e5 (patch) | |
tree | 0af3f03db429d041b9189ebe59e8ab3b3ae806d5 /TAO/tao/CDR.h | |
parent | d6a65b82f614f98a9e4a0a04d97624d215691e6d (diff) | |
download | ATCD-f00b87ae4d0c8183b2adf2faa0b66f52f9b384e5.tar.gz |
ChangeLogTag:Tue Sep 19 16:49:23 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r-- | TAO/tao/CDR.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h index 85f049930d8..871deb3f2e7 100644 --- a/TAO/tao/CDR.h +++ b/TAO/tao/CDR.h @@ -51,6 +51,8 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +#include "ace/CDR_Stream.h" + class TAO_ORB_Core; class TAO_Export TAO_OutputCDR : public ACE_OutputCDR |