Skip to content

Commit

Permalink
for #1635
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Oct 30, 2024
1 parent 6fd8b16 commit 001bdfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/spatVector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "math_utils.h"
#include "vecmath.h"
#include "recycle.h"
#include <unordered_map>

#ifdef useGDAL
#include "crs.h"
Expand Down
1 change: 1 addition & 0 deletions src/vecmath.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include <map>
#include <algorithm>
#include <unordered_map>


bool haveFun(std::string fun);
Expand Down

0 comments on commit 001bdfb

Please sign in to comment.