diff --git a/include/mapnik/plugin.hpp b/include/mapnik/plugin.hpp index 05bf711d3..fd7a58c8e 100644 --- a/include/mapnik/plugin.hpp +++ b/include/mapnik/plugin.hpp @@ -28,8 +28,9 @@ #include // stl #include +// ltdl +#include -typedef struct lt_dlhandle_struct * lt_dlhandle; namespace mapnik { class PluginInfo : boost::noncopyable