1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Fixing the MSVC build by including a file.

llvm-svn: 201884
This commit is contained in:
Aaron Ballman 2014-02-21 20:42:18 +00:00
parent f084913654
commit dfd835c66b

View File

@ -17,6 +17,7 @@
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/system_error.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
using namespace object;