Changeset 698

Show
Ignore:
Timestamp:
05/22/08 03:08:14 (8 months ago)
Author:
tom
Message:

Include ltdl.h instead of trying to forward declare libtool
types in place. Closes #95.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/mapnik/plugin.hpp

    r547 r698  
    2929// stl 
    3030#include <string> 
     31// ltdl 
     32#include <ltdl.h> 
    3133 
    32 typedef struct lt_dlhandle_struct * lt_dlhandle; 
    3334namespace mapnik 
    3435{