From f69e768d94ff5e0238cbb924836737c4ce11a930 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Wed, 19 Oct 2016 08:54:18 +0200 Subject: Separate compilation for commands included in cmCommands --- Source/cmBuildNameCommand.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Source/cmBuildNameCommand.h') diff --git a/Source/cmBuildNameCommand.h b/Source/cmBuildNameCommand.h index 7c09d734aa..cefa37941b 100644 --- a/Source/cmBuildNameCommand.h +++ b/Source/cmBuildNameCommand.h @@ -3,7 +3,14 @@ #ifndef cmBuildNameCommand_h #define cmBuildNameCommand_h +#include +#include +#include + #include "cmCommand.h" +#include "cmTypeMacro.h" + +class cmExecutionStatus; class cmBuildNameCommand : public cmCommand { -- cgit v1.2.1