+ fix include paths

+ update src/SConscript
This commit is contained in:
Artem Pavlenko 2011-02-24 15:54:59 +00:00
parent 57db45095f
commit d5bcf8dccb
2 changed files with 3 additions and 2 deletions

View file

@ -138,6 +138,7 @@ source = Split(
glyph_symbolizer.cpp
markers_symbolizer.cpp
metawriter.cpp
wkt/wkt_factory.cpp
"""
)

View file

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