From 854a78548359e4fc44db6dca014469ff7a4b1bbb Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 4 Aug 2015 12:44:49 +0100 Subject: [PATCH] Add missing #include. --- test/boost_no_cxx11_hdr_codecvt.ipp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/boost_no_cxx11_hdr_codecvt.ipp b/test/boost_no_cxx11_hdr_codecvt.ipp index 8adf4d7b..428fbb4e 100644 --- a/test/boost_no_cxx11_hdr_codecvt.ipp +++ b/test/boost_no_cxx11_hdr_codecvt.ipp @@ -11,6 +11,7 @@ // DESCRIPTION: The standard library does not supply C++0x header #include +#include // for wstring_convert namespace boost_no_cxx11_hdr_codecvt {