summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-05 20:57:47 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-05 20:58:06 +0200
commit09466690f05a2d81383409962cda2213fd366d8c (patch)
treec0e85b094f35286610e26b44c9606c1800a83559
parent0a73044579a687d1f610a3b6d65e801d2f217435 (diff)
downloadcmake-09466690f05a2d81383409962cda2213fd366d8c.tar.gz
Add cmOutputConverter include where needed.
-rw-r--r--Source/cmIfCommand.cxx1
-rw-r--r--Source/cmListFileCache.cxx2
2 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx
index 20448c163d..a03808f47c 100644
--- a/Source/cmIfCommand.cxx
+++ b/Source/cmIfCommand.cxx
@@ -11,6 +11,7 @@
============================================================================*/
#include "cmIfCommand.h"
#include "cmStringCommand.h"
+#include "cmOutputConverter.h"
#include "cmConditionEvaluator.h"
diff --git a/Source/cmListFileCache.cxx b/Source/cmListFileCache.cxx
index bff2986158..5050229555 100644
--- a/Source/cmListFileCache.cxx
+++ b/Source/cmListFileCache.cxx
@@ -12,7 +12,7 @@
#include "cmListFileCache.h"
#include "cmListFileLexer.h"
-#include "cmLocalGenerator.h"
+#include "cmOutputConverter.h"
#include "cmSystemTools.h"
#include "cmMakefile.h"
#include "cmVersion.h"