Skip to content

Commit

Permalink
[ExternalLib][Clipper2] Missing `
Browse files Browse the repository at this point in the history
#include <stdint.h>`
  • Loading branch information
loumalouomega committed May 27, 2023
1 parent 4babed6 commit efbbe99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#define CLIPPER2_VERSION "1.0.5"

#include <cstdlib>
#include <stdint.h>
#include <queue>
#include <stdexcept>
#include <vector>
Expand Down

0 comments on commit efbbe99

Please sign in to comment.