summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2014-04-09 03:31:44 +0000
committerRichard Trieu <rtrieu@google.com>2014-04-09 03:31:44 +0000
commitc65a56901f6235739b6362a4f787ef609daa5ddd (patch)
treeed16090dd40250b0f99b3d684f406e212dddb8c1 /clang/lib/StaticAnalyzer
parent0675c8739530565653532c0a1e1709a744400b5d (diff)
downloadbcm5719-llvm-c65a56901f6235739b6362a4f787ef609daa5ddd.tar.gz
bcm5719-llvm-c65a56901f6235739b6362a4f787ef609daa5ddd.zip
Add missing include.
llvm-svn: 205828
Diffstat (limited to 'clang/lib/StaticAnalyzer')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/SelectorExtras.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/SelectorExtras.h b/clang/lib/StaticAnalyzer/Checkers/SelectorExtras.h
index 4a3ef551c61..48d96eb4223 100644
--- a/clang/lib/StaticAnalyzer/Checkers/SelectorExtras.h
+++ b/clang/lib/StaticAnalyzer/Checkers/SelectorExtras.h
@@ -11,6 +11,7 @@
#define LLVM_CLANG_SA_CHECKERS_SELECTOREXTRAS
#include "clang/AST/ASTContext.h"
+#include <cstdarg>
namespace clang {
namespace ento {
OpenPOWER on IntegriCloud