summaryrefslogtreecommitdiff
path: root/Source/cm_codecvt.hxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-09-15 11:41:20 -0400
committerBrad King <brad.king@kitware.com>2017-09-15 11:41:49 -0400
commit98530d3c14a5f8002967fe73829fb105b47cc499 (patch)
tree6ccd95202f1ee4e16c03cd8d2a4d598284fd3669 /Source/cm_codecvt.hxx
parent4e14498f4f330bcace147210b02f665e2fb110cc (diff)
downloadcmake-98530d3c14a5f8002967fe73829fb105b47cc499.tar.gz
cm_codecvt: Tell IWYU to keep cmConfigure.h
We no longer need it explicitly for `CM_OVERRIDE`, but we still need to include it first everywhere.
Diffstat (limited to 'Source/cm_codecvt.hxx')
-rw-r--r--Source/cm_codecvt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cm_codecvt.hxx b/Source/cm_codecvt.hxx
index 6285e8d067..3a5606b3d4 100644
--- a/Source/cm_codecvt.hxx
+++ b/Source/cm_codecvt.hxx
@@ -3,7 +3,7 @@
#ifndef cm_codecvt_hxx
#define cm_codecvt_hxx
-#include "cmConfigure.h"
+#include "cmConfigure.h" // IWYU pragma: keep
#include <locale>
#include <wchar.h>