File: 0010-build.patch

package info (click to toggle)
tilemaker 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 83,488 kB
  • sloc: cpp: 29,461; ansic: 12,510; makefile: 229; ruby: 77; sh: 43
file content (37 lines) | stat: -rw-r--r-- 893 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
From 8ce17960f675811c60acb2865f558442de4ea32b Mon Sep 17 00:00:00 2001
From: Colin Dellow <cldellow@gmail.com>
Date: Sun, 21 Jan 2024 12:53:03 -0500
Subject: build

---
 src/geojson_processor.cpp | 2 --
 src/helpers.cpp           | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/geojson_processor.cpp b/src/geojson_processor.cpp
index 7947fa1..a175baf 100644
--- a/src/geojson_processor.cpp
+++ b/src/geojson_processor.cpp
@@ -9,8 +9,6 @@
 #include "rapidjson/stringbuffer.h"
 #include "rapidjson/filereadstream.h"
 
-#include <deque>
-
 extern bool verbose;
 
 namespace geom = boost::geometry;
diff --git a/src/helpers.cpp b/src/helpers.cpp
index 66a304c..82a4f77 100644
--- a/src/helpers.cpp
+++ b/src/helpers.cpp
@@ -1,5 +1,6 @@
 #include <string>
 #include <stdexcept>
+#include <algorithm>
 #include <iostream>
 #include <iomanip>
 #include <sstream>
-- 
2.47.3