iwyu
This commit is contained in:
parent
52ba1383ec
commit
8ef6558496
2 changed files with 4 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
#define SVG_OUTPUT_GRAMMARS_HPP
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/config.hpp>
|
||||
#include <mapnik/symbolizer.hpp>
|
||||
|
||||
// fwd declare
|
||||
|
|
|
@ -24,11 +24,13 @@
|
|||
#define MAPNIK_GEOMETRY_TO_WKB_HPP
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/config.hpp>
|
||||
#include <mapnik/make_unique.hpp>
|
||||
#include <mapnik/global.hpp>
|
||||
#include <mapnik/geometry.hpp>
|
||||
#include <mapnik/vertex.hpp>
|
||||
|
||||
// stl
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
|
Loading…
Reference in a new issue