From e81c323da9c020c91c967184ecf98f806eb95867 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Tue, 25 Oct 2016 20:35:04 +0200 Subject: Include necessary headers in commands --- Source/cmFindProgramCommand.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Source/cmFindProgramCommand.h') diff --git a/Source/cmFindProgramCommand.h b/Source/cmFindProgramCommand.h index 4326124832..dc17803f07 100644 --- a/Source/cmFindProgramCommand.h +++ b/Source/cmFindProgramCommand.h @@ -3,8 +3,15 @@ #ifndef cmFindProgramCommand_h #define cmFindProgramCommand_h +#include +#include +#include + #include "cmFindBase.h" +class cmCommand; +class cmExecutionStatus; + /** \class cmFindProgramCommand * \brief Define a command to search for an executable program. * -- cgit v1.2.1