mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Include necessary headers in commands
This commit is contained in:
@@ -3,8 +3,14 @@
|
||||
#ifndef cmInstallFilesCommand_h
|
||||
#define cmInstallFilesCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
|
||||
/** \class cmInstallFilesCommand
|
||||
* \brief Specifies where to install some files
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user