Fix build with gcc 3.4

This commit is contained in:
Tilman Keskinoz 2004-08-14 10:31:50 +00:00
parent 743248b493
commit 339aadf232
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116190

View File

@ -0,0 +1,11 @@
--- src/Array.h.orig Sat Aug 14 12:22:02 2004
+++ src/Array.h Sat Aug 14 12:22:40 2004
@@ -19,6 +19,8 @@
* Cambridge, MA 02139, USA.
*/
+#include <cassert>
+
#ifndef _ARRAY_H
#define _ARRAY_H