Skip to content

Commit 8e1e5f1

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 59b6984 + f8370ac commit 8e1e5f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

include/mapnik/util/file_io.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include <mapnik/util/singleton.hpp>
2828
#include <mapnik/make_unique.hpp>
2929
#include <mapnik/util/noncopyable.hpp>
30-
//#include <mapnik/config.hpp>
30+
#include <mapnik/util/utf_conv_win.hpp>
3131

3232
// stl
3333
#include <cstdio>

src/rapidxml_loader.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <mapnik/xml_node.hpp>
3333
#include <mapnik/util/trim.hpp>
3434
#include <mapnik/util/noncopyable.hpp>
35+
#include <mapnik/util/utf_conv_win.hpp>
3536

3637
// stl
3738
#include <iostream>

0 commit comments

Comments
 (0)