diff options
author | jaseg <git@jaseg.de> | 2021-02-27 20:08:48 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-02-27 20:08:48 +0100 |
commit | 3d2aefe4d9ffd0fbe7c0fa84575e2101b96a75eb (patch) | |
tree | ff40208c501fe8a57078fbfbccc811d3b55d828e /svg-flatten/src | |
parent | 901efc75c6fb7d31a4549f876f8b780f2728ae28 (diff) | |
download | gerbolyze-3d2aefe4d9ffd0fbe7c0fa84575e2101b96a75eb.tar.gz gerbolyze-3d2aefe4d9ffd0fbe7c0fa84575e2101b96a75eb.tar.bz2 gerbolyze-3d2aefe4d9ffd0fbe7c0fa84575e2101b96a75eb.zip |
Vendor pugixml
Diffstat (limited to 'svg-flatten/src')
-rw-r--r-- | svg-flatten/src/svg_import_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svg-flatten/src/svg_import_util.h b/svg-flatten/src/svg_import_util.h index a6cd2d6..69ac1e4 100644 --- a/svg-flatten/src/svg_import_util.h +++ b/svg-flatten/src/svg_import_util.h @@ -29,7 +29,7 @@ #include <sstream> #include <regex> -#include <pango/pangocairo.h> +#include <cairo.h> #include <cairo-svg.h> #include <clipper.hpp> |