From 6e340496341a4704be0ede9c1ff4f8eacea7ee2c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 1 Dec 2007 18:59:50 +0000 Subject: [PATCH] =?UTF-8?q?Add=20#include,=20patch=20by=20C=C3=A9dric=20Ve?= =?UTF-8?q?net?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44491 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Stmt.h | 1 + 1 file changed, 1 insertion(+) 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;