forked from OSchip/llvm-project
Added missing inclusion of stdarg.h. Now CGExprScalar.cpp
compiles again on Linux. llvm-svn: 44821
This commit is contained in:
parent
21ade5880b
commit
f182e81d85
|
@ -19,6 +19,8 @@
|
|||
#include "llvm/GlobalVariable.h"
|
||||
#include "llvm/Intrinsics.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
using namespace clang;
|
||||
using namespace CodeGen;
|
||||
using llvm::Value;
|
||||
|
|
Loading…
Reference in New Issue