Skip to content

Commit d4995cf

Browse files
Copilotlixun910
andauthored
Fix: compilation failure with Boost 1.90.0 (#11)
* Initial plan * Fix Boost 1.90.0 compilation errors Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com> * Complete fix for Boost 1.90.0 compilation Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com> * Add _codeql_detected_source_root to .gitignore and remove from repo Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
1 parent 58bfd8a commit d4995cf

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
.DS_Store
3434
*.tmp
3535
.vscode/settings.json
36+
_codeql_detected_source_root

clustering/spatial_validation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <boost/geometry.hpp>
1010
#include <boost/geometry/geometries/point_xy.hpp>
1111
#include <boost/geometry/geometries/polygon.hpp>
12+
#include <boost/geometry/geometries/multi_point.hpp>
1213

1314
#include "../GdaConst.h"
1415
#include "../weights/GeodaWeight.h"

weights/VoronoiUtils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include <boost/geometry.hpp>
2828
#include <boost/geometry/geometries/point_xy.hpp>
2929
#include <boost/geometry/geometries/polygon.hpp>
30-
#include <boost/geometry/multi/geometries/multi_point.hpp>
3130
#include <boost/polygon/voronoi.hpp>
3231
#include <boost/polygon/voronoi_builder.hpp>
3332
#include <boost/polygon/voronoi_diagram.hpp>

0 commit comments

Comments
 (0)