diff options
Diffstat (limited to 'ace/Name_Space.h')
-rw-r--r-- | ace/Name_Space.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Name_Space.h b/ace/Name_Space.h index 97e7a7b954c..a2efb5c4da1 100644 --- a/ace/Name_Space.h +++ b/ace/Name_Space.h @@ -24,6 +24,8 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +#if defined (ACE_HAS_WCHAR) + #include "ace/SString.h" #include "ace/Containers.h" #include "ace/Name_Proxy.h" @@ -147,5 +149,7 @@ public: // Dump the state of the object }; +#endif /* ACE_HAS_WCHAR */ + #include "ace/post.h" #endif /* ACE_NAME_SPACE_H */ |