mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
Include necessary headers in commands
This commit is contained in:
@@ -3,8 +3,15 @@
|
||||
#ifndef cmEndForEachCommand_h
|
||||
#define cmEndForEachCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
struct cmListFileArgument;
|
||||
|
||||
/** \class cmEndForEachCommand
|
||||
* \brief ends an if block
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user