summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp')
-rw-r--r--TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp b/TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp
index 97288ba1bfb..0c250a584fe 100644
--- a/TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp
+++ b/TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp
@@ -8,7 +8,8 @@
*
* @author Carlos O'Ryan
*/
-#include "bounded_string_sequence.hpp"
+#include "tao/Bounded_String_Sequence_T.h"
+#include "tao/CORBA_String.h"
CORBA::ULong const MAXIMUM = 42;
typedef TAO::bounded_string_sequence<MAXIMUM> s_sequence;