add include guard
This commit is contained in:
parent
9fed6fd571
commit
9bb95d208c
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef MAPNIK_GEOMETRY_IMPL_HPP
|
||||||
|
#define MAPNIK_GEOMETRY_IMPL_HPP
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <mapnik/util/variant.hpp>
|
#include <mapnik/util/variant.hpp>
|
||||||
#include <mapnik/vertex.hpp>
|
#include <mapnik/vertex.hpp>
|
||||||
|
@ -469,3 +472,5 @@ struct vertex_processor
|
||||||
};
|
};
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
#endif //MAPNIK_GEOMETRY_IMPL_HPP
|
||||||
|
|
Loading…
Add table
Reference in a new issue