This file uses assert and doesn't include anything which already #includes <cassert>
authorChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2003 21:55:37 +0000 (21:55 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2003 21:55:37 +0000 (21:55 +0000)
llvm-svn: 9142

llvm/include/Support/ilist

index 1468308..c4d0a7c 100644 (file)
@@ -33,6 +33,7 @@
 
 #include <algorithm>
 #include <Support/iterator>
+#include <cassert>
 
 template<typename NodeTy, typename Traits> class iplist;
 template<typename NodeTy> class ilist_iterator;