Fix build on Linux.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 13 Jul 2009 05:49:04 +0000 (05:49 +0000)
committerNick 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

index e091f2899bdbbbf3c5752195cd94b5ac8b1eceb4..a8a8928cdfe605bf2949bbe26ef2230eccb7de8e 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/MDNode.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "LLVMContextImpl.h"
+#include <cstdarg>
 
 using namespace llvm;