diff options
Diffstat (limited to 'graphics/white_dune/files/patch-src__Array.h')
-rw-r--r-- | graphics/white_dune/files/patch-src__Array.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/white_dune/files/patch-src__Array.h b/graphics/white_dune/files/patch-src__Array.h new file mode 100644 index 000000000000..c9c7b76f007a --- /dev/null +++ b/graphics/white_dune/files/patch-src__Array.h @@ -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 + |