fix linking error with saving image
This commit is contained in:
parent
e03739e316
commit
d0d899a9dd
1 changed files with 2 additions and 1 deletions
|
@ -24,10 +24,11 @@
|
|||
#define MAPNIK_IMAGE_HPP
|
||||
|
||||
#include <mapnik/image_data_any.hpp>
|
||||
#include <mapnik/config.hpp>
|
||||
|
||||
namespace mapnik {
|
||||
|
||||
class image
|
||||
class MAPNIK_DECL image
|
||||
{
|
||||
public:
|
||||
image() = default;
|
||||
|
|
Loading…
Add table
Reference in a new issue