Add missing #include.

This commit is contained in:
jzmaddock
2015-08-04 12:44:49 +01:00
parent a66898d292
commit 854a785483

View File

@ -11,6 +11,7 @@
// DESCRIPTION: The standard library does not supply C++0x header <codecvt>
#include <codecvt>
#include <locale> // for wstring_convert
namespace boost_no_cxx11_hdr_codecvt {