diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-07-13 05:49:04 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-07-13 05:49:04 +0000 |
commit | 56a96e76ae9cd294cde56a5d5225e793f5ac0351 (patch) | |
tree | af1a0054282361c19e0b7e7932a2b1d543117239 /lib/VMCore | |
parent | 4892cb761e2989ca37697425e91a3016f45b8888 (diff) | |
download | external_llvm-56a96e76ae9cd294cde56a5d5225e793f5ac0351.zip external_llvm-56a96e76ae9cd294cde56a5d5225e793f5ac0351.tar.gz external_llvm-56a96e76ae9cd294cde56a5d5225e793f5ac0351.tar.bz2 |
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')
-rw-r--r-- | lib/VMCore/LLVMContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/LLVMContext.cpp b/lib/VMCore/LLVMContext.cpp index e091f28..a8a8928 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; |