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

Fix build on Linux.

llvm-svn: 75453
This commit is contained in:
Nick Lewycky 2009-07-13 05:49:04 +00:00
parent fdc557472e
commit 673f3dbbd7

View File

@ -19,6 +19,7 @@
#include "llvm/MDNode.h"
#include "llvm/Support/ManagedStatic.h"
#include "LLVMContextImpl.h"
#include <cstdarg>
using namespace llvm;