From 98530d3c14a5f8002967fe73829fb105b47cc499 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 15 Sep 2017 11:41:20 -0400 Subject: 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. --- Source/cm_codecvt.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -- cgit v0.12