summaryrefslogtreecommitdiff
path: root/boost/archive/wcslen.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/archive/wcslen.hpp')
-rw-r--r--boost/archive/wcslen.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/archive/wcslen.hpp b/boost/archive/wcslen.hpp
index 2a3d6351d4..0b60004f09 100644
--- a/boost/archive/wcslen.hpp
+++ b/boost/archive/wcslen.hpp
@@ -44,7 +44,9 @@ inline std::size_t wcslen(const wchar_t * ws)
#else
+#ifndef BOOST_NO_CWCHAR
#include <cwchar>
+#endif
#ifdef BOOST_NO_STDC_NAMESPACE
namespace std{ using ::wcslen; }
#endif