svg-flatten: Fix compilation on recent gcc
This commit is contained in:
parent
9d7fd8b3b4
commit
6c6e8c5a2b
3 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <stack>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
#include <clipper.hpp>
|
||||
#include <svg_import_defs.h>
|
||||
#include <svg_geom.h>
|
||||
#include <cstdint>
|
||||
#include "polylinecombine.hpp"
|
||||
|
||||
using namespace gerbolyze;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
#include <gerbolyze.hpp>
|
||||
#include <svg_import_defs.h>
|
||||
#include <svg_geom.h>
|
||||
#include <cstdint>
|
||||
#include "polylinecombine.hpp"
|
||||
|
||||
using namespace gerbolyze;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue