summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-07-13 05:49:04 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-07-13 05:49:04 +0000
commitc07adb7b0b866c060556c473e11920cfd5a20e41 (patch)
tree4788c9afa585694d49c81e8e606a9736e321e30d /llvm/lib
parent78be93acb3e4a57bad0aa927dfe2c0457b01c40d (diff)
downloadbcm5719-llvm-c07adb7b0b866c060556c473e11920cfd5a20e41.tar.gz
bcm5719-llvm-c07adb7b0b866c060556c473e11920cfd5a20e41.zip
Fix build on Linux.
llvm-svn: 75453
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/LLVMContext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/LLVMContext.cpp b/llvm/lib/VMCore/LLVMContext.cpp
index e091f2899bd..a8a8928cdfe 100644
--- a/llvm/lib/VMCore/LLVMContext.cpp
+++ b/llvm/lib/VMCore/LLVMContext.cpp
@@ -19,6 +19,7 @@
#include "llvm/MDNode.h"
#include "llvm/Support/ManagedStatic.h"
#include "LLVMContextImpl.h"
+#include <cstdarg>
using namespace llvm;
OpenPOWER on IntegriCloud