Update shapes.h

pull/5503/head
Kim Kulling 2024-04-24 00:19:16 +02:00 committed by GitHub
parent d63414d34a
commit 9f82134a88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
#include <stdexcept>
#include <vector>
#if defined(_WIN32)
# pragma warning( disable: 4273)
#endif
namespace p2t {
struct Edge;