diff --git a/test/boost_no_wchar_t.ipp b/test/boost_no_wchar_t.ipp index 66027e17..8207984f 100644 --- a/test/boost_no_wchar_t.ipp +++ b/test/boost_no_wchar_t.ipp @@ -11,7 +11,9 @@ // to explicitly specialize a template on wchar_t if there // is already a specialization for other integer types. +#ifndef BOOST_NO_CWCHAR #include +#endif namespace boost_no_intrinsic_wchar_t{