mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
12 lines
202 B
C
12 lines
202 B
C
--- 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
|
|
|