diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-18 16:40:36 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-07-18 16:40:36 (GMT) |
commit | 5505bff7ae85b84fbdb60604de6bb4a515cd3e8a (patch) | |
tree | 9119890cf00c559e8dcea9334513bd92cc9dafb0 | |
parent | 2007d11caf6696f44d85bab165a665c5c4bf48f5 (diff) | |
download | CMake-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.
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
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" |