* Fix compile error caused by not #including <cassert>

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2237 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2007-07-28 00:13:18 +00:00
parent 92d0f946bb
commit 7abcb85aa2
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#ifndef __INCLUDED_LISTTEMP__
#define __INCLUDED_LISTTEMP__
#include <cassert>
template<class T>
class ListNode
{