freebsd-ports/textproc/opensp/files/patch-RangeMap.h
Jun Kuriyama 3020645a7c - Unbreak with gcc-3.4.x.
Submitted by:	marcel
2004-08-03 07:15:43 +00:00

10 lines
249 B
C++

--- include/RangeMap.h.orig Sun Aug 1 19:34:55 2004
+++ include/RangeMap.h Sun Aug 1 19:26:43 2004
@@ -9,6 +9,7 @@
#include "ISet.h"
#include "types.h"
#include <stddef.h>
+#include "constant.h"
#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {