Fix build issue with MAPNIK_THREADSAFE disabled
This commit is contained in:
parent
ae6c9c7e37
commit
caa2a88177
2 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
|
||||
#include <gdal_version.h>
|
||||
|
||||
#include <mutex>
|
||||
|
||||
using mapnik::datasource;
|
||||
using mapnik::parameters;
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
// stl
|
||||
#include <fstream>
|
||||
#include <mutex>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
|
||||
|
|
Loading…
Reference in a new issue