Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
b1ec7106
Commit
b1ec7106
authored
Nov 26, 2014
by
Julien Malik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: add missing include guards
parent
be3b389a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Code/Common/otbMapnikAdapter.h
Code/Common/otbMapnikAdapter.h
+5
-0
No files found.
Code/Common/otbMapnikAdapter.h
View file @
b1ec7106
...
...
@@ -15,6 +15,10 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbMapnikAdapter_h
#define __otbMapnikAdapter_h
#include <mapnik/datasource_cache.hpp>
#include <mapnik/font_engine_freetype.hpp>
#include <mapnik/agg_renderer.hpp>
...
...
@@ -83,3 +87,4 @@ static geom* create_geom(mapnik::eGeomType geom_type) { return new geom(geom_typ
}
}
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment