diff options
author | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-10-02 00:36:52 +0000 |
---|---|---|
committer | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-10-02 00:36:52 +0000 |
commit | c1581a0d64b0ee4f822ed2fca4442a111d03569a (patch) | |
tree | 6dc3146f501031b7844b05011ae2a609d001173c | |
parent | 06ae8d68ef258ccd40c9cd1ce762eaae6f3d4432 (diff) |
Added a missing #include.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42516 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/CFG.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/CFG.h b/include/clang/AST/CFG.h index 113ee87613..e2cc27044f 100644 --- a/include/clang/AST/CFG.h +++ b/include/clang/AST/CFG.h @@ -19,6 +19,7 @@ #include <list> #include <vector> #include <iosfwd> +#include <cassert> namespace clang { |