[cfe-commits] r43477 - /cfe/trunk/include/clang/AST/StmtIterator.h
Hartmut Kaiser
hartmut.kaiser at gmail.com
Mon Oct 29 14:54:13 PDT 2007
Author: hkaiser
Date: Mon Oct 29 16:54:12 2007
New Revision: 43477
URL: http://llvm.org/viewvc/llvm-project?rev=43477&view=rev
Log:
Added a missing #include.
Modified:
cfe/trunk/include/clang/AST/StmtIterator.h
Modified: cfe/trunk/include/clang/AST/StmtIterator.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/StmtIterator.h?rev=43477&r1=43476&r2=43477&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/StmtIterator.h (original)
+++ cfe/trunk/include/clang/AST/StmtIterator.h Mon Oct 29 16:54:12 2007
@@ -15,6 +15,7 @@
#define LLVM_CLANG_AST_STMT_ITR_H
#include "llvm/ADT/iterator"
+#include <cassert>
namespace clang {
More information about the cfe-commits
mailing list