From: Hartmut Kaiser Date: Mon, 29 Oct 2007 21:54:12 +0000 (+0000) Subject: Added a missing #include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=481038b5f37b77d7aa24c3ed5a751bc9c37e32e6;p=clang Added a missing #include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43477 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/StmtIterator.h b/include/clang/AST/StmtIterator.h index 295db7fa50..207e4edc9f 100644 --- a/include/clang/AST/StmtIterator.h +++ b/include/clang/AST/StmtIterator.h @@ -15,6 +15,7 @@ #define LLVM_CLANG_AST_STMT_ITR_H #include "llvm/ADT/iterator" +#include namespace clang {