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.
This commit is contained in:
Brad King
2017-09-15 11:41:20 -04:00
parent 4e14498f4f
commit 98530d3c14

View File

@@ -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>