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 | 46c3217be452bb7585ec482fe23767d43c5cc4e7 (patch) | |
tree | c86a5f43891cbf3bc2d7b4b9e53b2577d54cdf54 /llvm | |
parent | 3334c884bc5946ccba2b66fe5f9b29132cd7280f (diff) | |
download | bcm5719-llvm-46c3217be452bb7585ec482fe23767d43c5cc4e7.tar.gz bcm5719-llvm-46c3217be452bb7585ec482fe23767d43c5cc4e7.zip |
This file uses assert and doesn't include anything which already #includes <cassert>
llvm-svn: 9142
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/Support/ilist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/Support/ilist b/llvm/include/Support/ilist index 14683081d09..c4d0a7c615e 100644 --- a/llvm/include/Support/ilist +++ b/llvm/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; |