Skip to content

Commit

Permalink
Try to fix Windows compiling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurdoch committed Nov 18, 2024
1 parent 6a89e2a commit 87bce3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -284,5 +284,5 @@ David Hugh-Jones for documentation improvements.
Trevor Davis for a `snapshot3d` patch.
Mike Stein for pointer-handling code.
Jonathon Love for the `uname` patch.
The Mapbox team for the triangulation code.

Volodymyr Agafonkin and many others for the `earcut`
triangulation code.
2 changes: 1 addition & 1 deletion src/earcut.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "R.h"
#include <Rinternals.h>
#include <array>
#include "api.h"

#include "earcut.h"

// The number type to use for tessellation
Expand Down

0 comments on commit 87bce3e

Please sign in to comment.