Include necessary headers in commands

This commit is contained in:
Daniel Pfeifer
2016-10-25 20:35:04 +02:00
parent 2a567c68ce
commit e81c323da9
163 changed files with 970 additions and 115 deletions

View File

@@ -3,8 +3,14 @@
#ifndef cmSubdirCommand_h
#define cmSubdirCommand_h
#include <cmConfigure.h>
#include <string>
#include <vector>
#include "cmCommand.h"
class cmExecutionStatus;
/** \class cmSubdirCommand
* \brief Specify a list of subdirectories to build.
*