diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-15 21:55:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-15 21:55:37 +0000 |
commit | 803f03e217ec25cf71b2b6dea65da2e377527b6b (patch) | |
tree | a9cb5800bbb38d9b392cd23eb2c893c71bd488bf /include/Support/ilist | |
parent | dbc23189b1458150cce3cec197cdd258a7ac1add (diff) |
This file uses assert and doesn't include anything which already #includes <cassert>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9142 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Support/ilist')
-rw-r--r-- | include/Support/ilist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Support/ilist b/include/Support/ilist index 14683081d0..c4d0a7c615 100644 --- a/include/Support/ilist +++ b/include/Support/ilist @@ -33,6 +33,7 @@ #include <algorithm> #include <Support/iterator> +#include <cassert> template<typename NodeTy, typename Traits> class iplist; template<typename NodeTy> class ilist_iterator; |