]> granicus.if.org Git - clang/commitdiff
Added a missing #include.
authorHartmut Kaiser <hartmut.kaiser@gmail.com>
Mon, 29 Oct 2007 21:54:12 +0000 (21:54 +0000)
committerHartmut Kaiser <hartmut.kaiser@gmail.com>
Mon, 29 Oct 2007 21:54:12 +0000 (21:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43477 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/StmtIterator.h

index 295db7fa50a1d1ca71f6f27e9f18f21af3479ab3..207e4edc9fcfb8ad5618e8ad691e96a2eca69549 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_CLANG_AST_STMT_ITR_H
 
 #include "llvm/ADT/iterator"
+#include <cassert>
 
 namespace clang {