+ add <string>
This commit is contained in:
parent
698037e782
commit
8839d9fd3f
1 changed files with 4 additions and 1 deletions
|
@ -24,10 +24,13 @@
|
||||||
#ifndef UNICODE_HPP
|
#ifndef UNICODE_HPP
|
||||||
#define UNICODE_HPP
|
#define UNICODE_HPP
|
||||||
|
|
||||||
|
// icu
|
||||||
#include <unicode/unistr.h>
|
#include <unicode/unistr.h>
|
||||||
#include <unicode/ucnv.h>
|
#include <unicode/ucnv.h>
|
||||||
|
// boost
|
||||||
#include <boost/utility.hpp>
|
#include <boost/utility.hpp>
|
||||||
|
// stl
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace mapnik {
|
namespace mapnik {
|
||||||
class transcoder : private boost::noncopyable
|
class transcoder : private boost::noncopyable
|
||||||
|
|
Loading…
Reference in a new issue