mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
only include debug.hpp if needed
This commit is contained in:
parent
e7b2c58500
commit
85dc3413e5
@ -25,7 +25,9 @@
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/config.hpp>
|
||||
#ifdef MAPNIK_LOG
|
||||
#include <mapnik/debug.hpp>
|
||||
#endif
|
||||
#include <mapnik/feature.hpp>
|
||||
#include <mapnik/value.hpp>
|
||||
#include <mapnik/transform_expression.hpp>
|
||||
@ -225,7 +227,7 @@ struct transform_processor
|
||||
}
|
||||
};
|
||||
|
||||
typedef mapnik::transform_processor<Feature> transform_processor_type;
|
||||
typedef mapnik::transform_processor<feature_impl> transform_processor_type;
|
||||
|
||||
} // namespace mapnik
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user