This file needs ToolOutputFile.h too.
authorDan Gohman <gohman@apple.com>
Thu, 7 Oct 2010 20:48:46 +0000 (20:48 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 7 Oct 2010 20:48:46 +0000 (20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115976 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/LTOCodeGenerator.cpp

index 671348c8333b4925e7b17860c06bdf3b50d3630c..97827643e8573ef0446726e40656a5a49da1bcda 100644 (file)
@@ -39,6 +39,7 @@
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/StandardPasses.h"
 #include "llvm/Support/SystemUtils.h"
+#include "llvm/Support/ToolOutputFile.h"
 #include "llvm/System/Host.h"
 #include "llvm/System/Program.h"
 #include "llvm/System/Signals.h"