mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Include ltdl.h instead of trying to forward declare libtool
types in place. Closes #95.
This commit is contained in:
parent
25c831378f
commit
bbbfd735c4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user