* Fix compile error caused by not #including <cassert>
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2237 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
92d0f946bb
commit
7abcb85aa2
|
@ -25,6 +25,8 @@
|
|||
#ifndef __INCLUDED_LISTTEMP__
|
||||
#define __INCLUDED_LISTTEMP__
|
||||
|
||||
#include <cassert>
|
||||
|
||||
template<class T>
|
||||
class ListNode
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue