diff options
Diffstat (limited to 'TAO/tests/IDL_Test')
-rw-r--r-- | TAO/tests/IDL_Test/namespace_check.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/IDL_Test/namespace_check.cpp b/TAO/tests/IDL_Test/namespace_check.cpp index feb5a4c09a9..fa0ab1fc406 100644 --- a/TAO/tests/IDL_Test/namespace_check.cpp +++ b/TAO/tests/IDL_Test/namespace_check.cpp @@ -23,7 +23,7 @@ #if defined (ACE_HAS_USING_KEYWORD) -#include reopened_modulesC.cpp -#include reopened_modulesS.cpp +#include "reopened_modulesC.cpp" +#include "reopened_modulesS.cpp" #endif /* ACE_HAS_USING_KEYWORD */ |