mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
Include necessary headers in commands
This commit is contained in:
@@ -3,9 +3,13 @@
|
||||
#ifndef cmFileCommand_h
|
||||
#define cmFileCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmCommand.h"
|
||||
|
||||
struct cmFileInstaller;
|
||||
class cmExecutionStatus;
|
||||
|
||||
/** \class cmFileCommand
|
||||
* \brief Command for manipulation of files
|
||||
|
||||
Reference in New Issue
Block a user