projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4892cb7
)
Fix build on Linux.
author
Nick Lewycky
<nicholas@mxc.ca>
Mon, 13 Jul 2009 05:49:04 +0000
(
05:49
+0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Mon, 13 Jul 2009 05:49:04 +0000
(
05:49
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75453
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/LLVMContext.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/LLVMContext.cpp
b/lib/VMCore/LLVMContext.cpp
index e091f2899bdbbbf3c5752195cd94b5ac8b1eceb4..a8a8928cdfe605bf2949bbe26ef2230eccb7de8e 100644
(file)
--- 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;