Include necessary headers in commands

This commit is contained in:
Daniel Pfeifer
2016-10-26 09:02:44 +02:00
parent 2a567c68ce
commit e81c323da9
163 changed files with 970 additions and 115 deletions
+6
View File
@@ -3,8 +3,14 @@
#ifndef cmAddCustomCommandCommand_h
#define cmAddCustomCommandCommand_h
#include <cmConfigure.h>
#include <string>
#include <vector>
#include "cmCommand.h"
class cmExecutionStatus;
/** \class cmAddCustomCommandCommand
* \brief cmAddCustomCommandCommand defines a new command (rule) that can
* be executed within the build process