diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-14 10:31:50 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-14 10:31:50 +0000 |
commit | 339aadf2321ed04fa990371436ec9154ffe38fec (patch) | |
tree | 29537ac3772aaf477d4dc69f142bb4f395cf34e5 /graphics/white_dune | |
parent | 743248b493f2d9eea6829111908eba7dd4b8f302 (diff) |
Notes
Diffstat (limited to 'graphics/white_dune')
-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 + |