mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
parent
888535f8cc
commit
1c296aa4d4
8
deps/agg/include/agg_vpgen_clip_polygon.h
vendored
8
deps/agg/include/agg_vpgen_clip_polygon.h
vendored
@ -18,6 +18,11 @@
|
||||
|
||||
#include "agg_basics.h"
|
||||
|
||||
// https://github.com/mapnik/mapnik/issues/1860
|
||||
#ifdef __GNUC__
|
||||
#include <mapnik/config.hpp>
|
||||
#endif
|
||||
|
||||
namespace agg
|
||||
{
|
||||
|
||||
@ -25,7 +30,8 @@ namespace agg
|
||||
//
|
||||
// See Implementation agg_vpgen_clip_polygon.cpp
|
||||
//
|
||||
class vpgen_clip_polygon
|
||||
|
||||
class MAPNIK_DECL vpgen_clip_polygon
|
||||
{
|
||||
public:
|
||||
vpgen_clip_polygon() :
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user