From: Chris Lattner Date: Sat, 1 Dec 2007 18:59:50 +0000 (+0000) Subject: Add #include, patch by Cédric Venet X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e340496341a4704be0ede9c1ff4f8eacea7ee2c;p=clang Add #include, patch by Cédric Venet git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44491 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Stmt.h b/include/clang/AST/Stmt.h index 448ad5319f..3865bdd01d 100644 --- a/include/clang/AST/Stmt.h +++ b/include/clang/AST/Stmt.h @@ -21,6 +21,7 @@ #include "llvm/ADT/iterator" #include "llvm/Bitcode/SerializationFwd.h" #include +#include using llvm::dyn_cast_or_null;