mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
Include necessary headers in commands
This commit is contained in:
@@ -3,8 +3,13 @@
|
||||
#ifndef cmFindFileCommand_h
|
||||
#define cmFindFileCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
|
||||
#include "cmFindPathCommand.h"
|
||||
|
||||
class cmCommand;
|
||||
|
||||
/** \class cmFindFileCommand
|
||||
* \brief Define a command to search for an executable program.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user