mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
PR: 222328 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: kuriyama (maintainer timeout)
10 lines
223 B
C++
10 lines
223 B
C++
--- include/RangeMap.h.orig 2005-07-21 14:04:39 UTC
|
|
+++ include/RangeMap.h
|
|
@@ -9,6 +9,7 @@
|
|
#include "ISet.h"
|
|
#include "types.h"
|
|
#include <stddef.h>
|
|
+#include "constant.h"
|
|
|
|
#ifdef SP_NAMESPACE
|
|
namespace SP_NAMESPACE {
|