Show
Ignore:
Timestamp:
03/31/08 11:53:54 (8 months ago)
Author:
artem
Message:

minor tweaks to keep win32 build happy

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/0.5/include/mapnik/unicode.hpp

    r578 r685  
    2929} 
    3030 
     31#include <mapnik/config.hpp> 
    3132#include <boost/utility.hpp> 
     33#include <string> 
    3234 
    3335namespace mapnik { 
    34    class transcoder : private boost::noncopyable 
     36   class MAPNIK_DECL transcoder : private boost::noncopyable 
    3537   { 
    3638      public: