aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Kaiser <hartmut.kaiser@gmail.com>2007-10-29 21:54:12 +0000
committerHartmut Kaiser <hartmut.kaiser@gmail.com>2007-10-29 21:54:12 +0000
commit481038b5f37b77d7aa24c3ed5a751bc9c37e32e6 (patch)
tree441ef9ad484350f7a4038b3a61e8c4d98eb96c54
parent91fa0b7759b575045142abd6ee48c076297ad77b (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.h1
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 {