Browse Source

cmMakefile: Add include which we use.

Don't rely on this through the cmLocalGenerator include.
Stephen Kelly 10 years ago
parent
commit
5505bff7ae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmMakefile.cxx

+ 1 - 0
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"