1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

This file needs ToolOutputFile.h too.

llvm-svn: 115976
This commit is contained in:
Dan Gohman 2010-10-07 20:48:46 +00:00
parent 671713cc62
commit b41a554403

View 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"