include <mutex>: fixes compile on ubuntu precise/g++4.7/libstdc++
This commit is contained in:
parent
efb687eb0b
commit
a248f880d6
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
#define PROJ_ENVELOPE_POINTS 20
|
||||
|
||||
#include <boost/thread/locks.hpp>
|
||||
#include <mutex>
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue