Include ltdl.h instead of trying to forward declare libtool

types in place. Closes #95.
This commit is contained in:
Tom Hughes 2008-05-22 07:08:14 +00:00
parent 25c831378f
commit bbbfd735c4

View File

@ -28,8 +28,9 @@
#include <boost/utility.hpp>
// stl
#include <string>
// ltdl
#include <ltdl.h>
typedef struct lt_dlhandle_struct * lt_dlhandle;
namespace mapnik
{
class PluginInfo : boost::noncopyable