summaryrefslogtreecommitdiffstats
path: root/Source/cm_codecvt.hxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-08 14:44:40 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-08 14:44:40 (GMT)
commit666bb0e3fa0d212c03f785bd9f6bc05d29925e1f (patch)
treec449804319ac490aa80214d9e31265dea4075abe /Source/cm_codecvt.hxx
parent4ec359bd6256e870d9b233fd5cd105e452a62300 (diff)
parent2e620f0b3834e5a612a38d61b7e50a561d7f11e8 (diff)
downloadCMake-666bb0e3fa0d212c03f785bd9f6bc05d29925e1f.zip
CMake-666bb0e3fa0d212c03f785bd9f6bc05d29925e1f.tar.gz
CMake-666bb0e3fa0d212c03f785bd9f6bc05d29925e1f.tar.bz2
Merge topic 'include-what-you-use'
2e620f0b Fix several include-what-you-use findings
Diffstat (limited to 'Source/cm_codecvt.hxx')
-rw-r--r--Source/cm_codecvt.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cm_codecvt.hxx b/Source/cm_codecvt.hxx
index 5f16bd8..fcd9954 100644
--- a/Source/cm_codecvt.hxx
+++ b/Source/cm_codecvt.hxx
@@ -3,10 +3,11 @@
#ifndef cm_codecvt_hxx
#define cm_codecvt_hxx
-#include <cmConfigure.h> // IWYU pragma: keep
+#include <cmConfigure.h>
#include <locale>
#include <vector>
+#include <wchar.h>
class codecvt : public std::codecvt<char, char, mbstate_t>
{