mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user