diff options
author | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-10-29 21:54:12 +0000 |
---|---|---|
committer | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-10-29 21:54:12 +0000 |
commit | 481038b5f37b77d7aa24c3ed5a751bc9c37e32e6 (patch) | |
tree | 441ef9ad484350f7a4038b3a61e8c4d98eb96c54 | |
parent | 91fa0b7759b575045142abd6ee48c076297ad77b (diff) |
Added a missing #include.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43477 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/StmtIterator.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <cassert> namespace clang { |