Merge pull request #1994 from Project-OSRM/win-lock-types

include boost/thread/lock_types.hpp
This commit is contained in:
Dane Springmeyer 2016-02-17 16:16:27 -08:00
commit efbaaf2f84

View File

@ -22,6 +22,7 @@
#include <boost/assert.hpp>
#include <boost/interprocess/sync/named_condition.hpp>
#include <boost/interprocess/sync/scoped_lock.hpp>
#include <boost/thread/lock_types.hpp>
#include <algorithm>
#include <fstream>