only include debug.hpp if needed
This commit is contained in:
parent
e7b2c58500
commit
85dc3413e5
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue