fix a few files that need utf_conv_win.hpp

This commit is contained in:
Dane Springmeyer 2015-06-02 07:14:31 -07:00
parent 82a98a6d85
commit f8370acc9c
2 changed files with 2 additions and 1 deletions

View file

@ -27,7 +27,7 @@
#include <mapnik/util/singleton.hpp>
#include <mapnik/make_unique.hpp>
#include <mapnik/util/noncopyable.hpp>
//#include <mapnik/config.hpp>
#include <mapnik/util/utf_conv_win.hpp>
// stl
#include <cstdio>

View file

@ -32,6 +32,7 @@
#include <mapnik/xml_node.hpp>
#include <mapnik/util/trim.hpp>
#include <mapnik/util/noncopyable.hpp>
#include <mapnik/util/utf_conv_win.hpp>
// stl
#include <iostream>