[cfe-commits] r42516 - /cfe/trunk/include/clang/AST/CFG.h
Hartmut Kaiser
hartmut.kaiser at gmail.com
Mon Oct 1 17:36:52 PDT 2007
Author: hkaiser
Date: Mon Oct 1 19:36:52 2007
New Revision: 42516
URL: http://llvm.org/viewvc/llvm-project?rev=42516&view=rev
Log:
Added a missing #include.
Modified:
cfe/trunk/include/clang/AST/CFG.h
Modified: cfe/trunk/include/clang/AST/CFG.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CFG.h?rev=42516&r1=42515&r2=42516&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/CFG.h (original)
+++ cfe/trunk/include/clang/AST/CFG.h Mon Oct 1 19:36:52 2007
@@ -19,6 +19,7 @@
#include <list>
#include <vector>
#include <iosfwd>
+#include <cassert>
namespace clang {
More information about the cfe-commits
mailing list