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
|