add include guard

This commit is contained in:
artemp 2015-02-19 16:01:46 +01:00
parent 9fed6fd571
commit 9bb95d208c

View file

@ -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