Fix build with gcc 3.4
This commit is contained in:
parent
743248b493
commit
339aadf232
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116190
11
graphics/white_dune/files/patch-src::Array.h
Normal file
11
graphics/white_dune/files/patch-src::Array.h
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user