added includes for config.hpp (PROJ_ENEVLOPE_POINTS)
This commit is contained in:
parent
4444907855
commit
4ff5404a57
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <mapnik/raster.hpp>
|
||||
#include <mapnik/box2d.hpp>
|
||||
#include <mapnik/warp.hpp>
|
||||
#include <mapnik/config.hpp>
|
||||
|
||||
// stl
|
||||
#include <cmath>
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include <mapnik/segment.hpp>
|
||||
#include <mapnik/expression_evaluator.hpp>
|
||||
#include <mapnik/warp.hpp>
|
||||
#include <mapnik/config.hpp>
|
||||
|
||||
// cairo
|
||||
#include <cairomm/context.h>
|
||||
|
|
Loading…
Reference in a new issue