summaryrefslogtreecommitdiff
path: root/lib/VMCore/LLVMContext.cpp
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
commit56a96e76ae9cd294cde56a5d5225e793f5ac0351 (patch)
treeaf1a0054282361c19e0b7e7932a2b1d543117239 /lib/VMCore/LLVMContext.cpp
parent4892cb761e2989ca37697425e91a3016f45b8888 (diff)
downloadllvm-56a96e76ae9cd294cde56a5d5225e793f5ac0351.tar.gz
llvm-56a96e76ae9cd294cde56a5d5225e793f5ac0351.tar.bz2
llvm-56a96e76ae9cd294cde56a5d5225e793f5ac0351.tar.xz
Fix build on Linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75453 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContext.cpp')
-rw-r--r--lib/VMCore/LLVMContext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/LLVMContext.cpp b/lib/VMCore/LLVMContext.cpp
index e091f2899b..a8a8928cdf 100644
--- a/lib/VMCore/LLVMContext.cpp
+++ b/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;