summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-18 16:40:36 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-18 16:40:36 (GMT)
commit5505bff7ae85b84fbdb60604de6bb4a515cd3e8a (patch)
tree9119890cf00c559e8dcea9334513bd92cc9dafb0 /Source
parent2007d11caf6696f44d85bab165a665c5c4bf48f5 (diff)
downloadCMake-5505bff7ae85b84fbdb60604de6bb4a515cd3e8a.zip
CMake-5505bff7ae85b84fbdb60604de6bb4a515cd3e8a.tar.gz
CMake-5505bff7ae85b84fbdb60604de6bb4a515cd3e8a.tar.bz2
cmMakefile: Add include which we use.
Don't rely on this through the cmLocalGenerator include.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 07c2fd1..a4164ff 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -19,6 +19,7 @@
#include "cmLocalGenerator.h"
#include "cmCommands.h"
#include "cmState.h"
+#include "cmOutputConverter.h"
#include "cmFunctionBlocker.h"
#include "cmListFileCache.h"
#include "cmCommandArgumentParserHelper.h"