diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-07 04:39:14 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-07 04:39:14 +0000 |
commit | aa260dd1fca4befa0bde03e40ec5eca33d4208d2 (patch) | |
tree | 973e4d9ffaea18cbb7eace2151e4c46dc064ee59 /tests/CDR_Test.cpp | |
parent | 5a33ba6e39a14d1ee1dcb6e48d0efcc9f47185e6 (diff) | |
download | ATCD-aa260dd1fca4befa0bde03e40ec5eca33d4208d2.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/CDR_Test.cpp')
-rw-r--r-- | tests/CDR_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CDR_Test.cpp b/tests/CDR_Test.cpp index c5864ff815f..1f427b57d0d 100644 --- a/tests/CDR_Test.cpp +++ b/tests/CDR_Test.cpp @@ -21,7 +21,7 @@ #include "test_config.h" #include "ace/Get_Opt.h" #include "ace/Auto_Ptr.h" -#include "ace/CDR.h" +#include "ace/CDR_Stream.h" #if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 USELIB("..\ace\aced.lib"); |