diff options
author | Brad King <brad.king@kitware.com> | 2017-09-15 15:41:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-15 15:41:49 (GMT) |
commit | 98530d3c14a5f8002967fe73829fb105b47cc499 (patch) | |
tree | 6ccd95202f1ee4e16c03cd8d2a4d598284fd3669 /Source/cm_codecvt.hxx | |
parent | 4e14498f4f330bcace147210b02f665e2fb110cc (diff) | |
download | CMake-98530d3c14a5f8002967fe73829fb105b47cc499.zip CMake-98530d3c14a5f8002967fe73829fb105b47cc499.tar.gz CMake-98530d3c14a5f8002967fe73829fb105b47cc499.tar.bz2 |
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.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cm_codecvt.hxx b/Source/cm_codecvt.hxx index 6285e8d..3a5606b 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> |