Merge pull request #3876 from Algunenano/blessed_master_threadsafe_disabled

Fix build issue with MAPNIK_THREADSAFE disabled
This commit is contained in:
Dane Springmeyer 2018-03-26 12:15:34 -04:00 committed by GitHub
commit 65b4afdfc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -32,6 +32,8 @@
#include <gdal_version.h>
#include <mutex>
using mapnik::datasource;
using mapnik::parameters;

View file

@ -41,6 +41,7 @@
// stl
#include <fstream>
#include <mutex>
#include <sstream>
#include <stdexcept>