+ fix include paths
+ update src/SConscript
This commit is contained in:
parent
57db45095f
commit
d5bcf8dccb
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue