Skip to content

Commit

Permalink
Add some missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Nov 9, 2023
1 parent c540ec5 commit 690738b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions polygon.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#include <stdio.h>
#include <algorithm>
#include <set>
#include <vector>
#include "geometry.hpp"

struct point {
Expand Down

0 comments on commit 690738b

Please sign in to comment.