mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
Source: Fix possible IWYU warnings in Windows generators
This commit is contained in:
@@ -4,16 +4,18 @@
|
||||
|
||||
#include "cmConfigure.h" // IWYU pragma: keep
|
||||
|
||||
#include <iosfwd>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include <cm/optional>
|
||||
|
||||
#include "cmGlobalVisualStudio10Generator.h"
|
||||
#include "cmGlobalVisualStudio14Generator.h"
|
||||
#include "cmGlobalVisualStudioGenerator.h"
|
||||
#include "cmVSSetupHelper.h"
|
||||
|
||||
class cmGlobalGeneratorFactory;
|
||||
class cmMakefile;
|
||||
class cmake;
|
||||
|
||||
/** \class cmGlobalVisualStudioVersionedGenerator */
|
||||
|
||||
Reference in New Issue
Block a user