mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Source: Fix possible IWYU warnings in Windows generators
This commit is contained in:
@@ -3,9 +3,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "cmGlobalVisualStudio8Generator.h"
|
||||
|
||||
class cmGlobalGeneratorFactory;
|
||||
class cmake;
|
||||
|
||||
/** \class cmGlobalVisualStudio9Generator
|
||||
* \brief Write a Unix makefiles.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user