From bbbfd735c4c083154c0cd8ac491874afc98f6c81 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 22 May 2008 07:08:14 +0000 Subject: [PATCH] Include ltdl.h instead of trying to forward declare libtool types in place. Closes #95. --- include/mapnik/plugin.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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