mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
fix a load of include-what-you-use violations
This commit is contained in:
committed by
Brad King
parent
bd3d0eafbb
commit
efed6468ed
@@ -14,9 +14,15 @@
|
||||
#ifndef cmGlobalCodeLiteGenerator_h
|
||||
#define cmGlobalCodeLiteGenerator_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
|
||||
#include "cmExternalMakefileProjectGenerator.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class cmLocalGenerator;
|
||||
class cmMakefile;
|
||||
|
||||
class cmExtraCodeLiteGenerator : public cmExternalMakefileProjectGenerator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user