Skip to content

Commit

Permalink
Add missing include for GCC 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Jun 11, 2019
1 parent 3a2db01 commit 5a171da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ build/

# Visual Studio Code
/.vscode/*cache*
/.vscode/ipch/
/.ccls-cache/
/compile_commands.json
1 change: 1 addition & 0 deletions unittest/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <poly2tri/poly2tri.h>
#include <fstream>
#include <iostream>
#include <iterator>

BOOST_AUTO_TEST_CASE(BasicTest)
{
Expand Down

0 comments on commit 5a171da

Please sign in to comment.