From 0b624152253b4930f1e86a42b67a16eec097b104 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Sat, 26 Nov 2022 15:01:39 +0000 Subject: [PATCH] Export comp_op_rgba_xxx to fix linking on Windows via @mathisloge --- deps/agg/include/agg_pixfmt_rgba.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deps/agg/include/agg_pixfmt_rgba.h b/deps/agg/include/agg_pixfmt_rgba.h index 40ddf6a07..225fdef69 100644 --- a/deps/agg/include/agg_pixfmt_rgba.h +++ b/deps/agg/include/agg_pixfmt_rgba.h @@ -24,6 +24,7 @@ #ifndef AGG_PIXFMT_RGBA_INCLUDED #define AGG_PIXFMT_RGBA_INCLUDED +#include #include #include #include "agg_basics.h" @@ -3166,6 +3167,10 @@ private: +extern template struct MAPNIK_DECL comp_op_rgba_hue; +extern template struct MAPNIK_DECL comp_op_rgba_saturation; +extern template struct MAPNIK_DECL comp_op_rgba_color; +extern template struct MAPNIK_DECL comp_op_rgba_value; //----------------------------------------------------------------------- typedef blender_rgba blender_rgba32; //----blender_rgba32