From 8839d9fd3f1bd78e10ddb8122f7871faec359f05 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Wed, 11 Feb 2009 17:09:56 +0000 Subject: [PATCH] + add --- include/mapnik/unicode.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/mapnik/unicode.hpp b/include/mapnik/unicode.hpp index 7ed17a5c6..d711b4f2c 100644 --- a/include/mapnik/unicode.hpp +++ b/include/mapnik/unicode.hpp @@ -24,10 +24,13 @@ #ifndef UNICODE_HPP #define UNICODE_HPP +// icu #include #include - +// boost #include +// stl +#include namespace mapnik { class transcoder : private boost::noncopyable