mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-28 18:01:21 +02:00
Implementation of DSSSL -- Document Style Semantics and Specification Language -- an ISO standard for formatting SGML (and XML) documents
11 lines
204 B
Diff
11 lines
204 B
Diff
--- a/include/RangeMap.cxx
|
|
+++ b/include/RangeMap.cxx
|
|
@@ -7,6 +7,7 @@
|
|
#include "RangeMap.h"
|
|
#include "ISet.h"
|
|
#include "types.h"
|
|
+#include "constant.h"
|
|
|
|
#ifdef SP_NAMESPACE
|
|
namespace SP_NAMESPACE {
|