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