mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
+ fix include paths
+ update src/SConscript
This commit is contained in:
parent
57db45095f
commit
d5bcf8dccb
@ -138,6 +138,7 @@ source = Split(
|
||||
glyph_symbolizer.cpp
|
||||
markers_symbolizer.cpp
|
||||
metawriter.cpp
|
||||
wkt/wkt_factory.cpp
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
@ -20,8 +20,8 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#include "wkt_factory.hpp"
|
||||
#include "wkt_grammar.hpp"
|
||||
#include <mapnik/wkt/wkt_factory.hpp>
|
||||
#include <mapnik/wkt/wkt_grammar.hpp>
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user