summaryrefslogtreecommitdiff
path: root/ace/Local_Name_Space.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Local_Name_Space.h')
-rw-r--r--ace/Local_Name_Space.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Local_Name_Space.h b/ace/Local_Name_Space.h
index edf83a69771..a8e33d991fe 100644
--- a/ace/Local_Name_Space.h
+++ b/ace/Local_Name_Space.h
@@ -26,6 +26,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#if defined (ACE_HAS_WCHAR)
+
#include "ace/Containers.h"
#include "ace/Malloc_T.h"
#include "ace/Synch.h"
@@ -118,5 +120,7 @@ private:
// Include the ACE_Local_Name_Space templates stuff at this point.
#include "ace/Local_Name_Space_T.h"
+#endif /* ACE_HAS_WCHAR */
+
#include "ace/post.h"
#endif /* ACE_LOCAL_NAME_SPACE_H */