+ add <string>

This commit is contained in:
Artem Pavlenko 2009-02-11 17:09:56 +00:00
parent 698037e782
commit 8839d9fd3f

View file

@ -24,10 +24,13 @@
#ifndef UNICODE_HPP
#define UNICODE_HPP
// icu
#include <unicode/unistr.h>
#include <unicode/ucnv.h>
// boost
#include <boost/utility.hpp>
// stl
#include <string>
namespace mapnik {
class transcoder : private boost::noncopyable