From 608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Wed, 19 Oct 2016 22:30:58 +0200 Subject: Separate compilation for commands included in cmBootstrapCommands2 --- Source/cmSetSourceFilesPropertiesCommand.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmSetSourceFilesPropertiesCommand.cxx') diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx index 002158986b..6a87d6d5aa 100644 --- a/Source/cmSetSourceFilesPropertiesCommand.cxx +++ b/Source/cmSetSourceFilesPropertiesCommand.cxx @@ -3,6 +3,7 @@ #include "cmSetSourceFilesPropertiesCommand.h" #include "cmSourceFile.h" +#include "cmSystemTools.h" // cmSetSourceFilesPropertiesCommand bool cmSetSourceFilesPropertiesCommand::InitialPass( -- cgit v1.2.1