From 64f9c282f3337335c05a062f341fd5155cade51c Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Wed, 19 Oct 2016 21:59:14 +0200 Subject: Separate compilation for commands included in cmBootstrapCommands1 --- Source/cmFindPathCommand.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/cmFindPathCommand.cxx') diff --git a/Source/cmFindPathCommand.cxx b/Source/cmFindPathCommand.cxx index 7d37185154..66dc5d742d 100644 --- a/Source/cmFindPathCommand.cxx +++ b/Source/cmFindPathCommand.cxx @@ -2,6 +2,8 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmFindPathCommand.h" +#include "cmSystemTools.h" + #include cmFindPathCommand::cmFindPathCommand() -- cgit v1.2.1