svg-flatten: Fix compilation on recent gcc

This commit is contained in:
jaseg 2023-07-13 12:19:17 +02:00
parent 9d7fd8b3b4
commit 6c6e8c5a2b
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#include <cstdint>
#include <iostream>
#include <iomanip>
#include <stack>

View file

@ -25,6 +25,7 @@
#include <clipper.hpp>
#include <svg_import_defs.h>
#include <svg_geom.h>
#include <cstdint>
#include "polylinecombine.hpp"
using namespace gerbolyze;

View file

@ -24,6 +24,7 @@
#include <gerbolyze.hpp>
#include <svg_import_defs.h>
#include <svg_geom.h>
#include <cstdint>
#include "polylinecombine.hpp"
using namespace gerbolyze;