mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix C++11 compilability
Previous commits broke it... :(
This commit is contained in:
parent
0459eca8eb
commit
e50c784e2c
7 changed files with 43 additions and 5 deletions
|
@ -29,6 +29,7 @@ DEALINGS IN THE SOFTWARE.
|
|||
#if __cplusplus >= 201103L
|
||||
#include <condition_variable>
|
||||
#include "threading/mutex.h"
|
||||
#include "threading/mutex_auto_lock.h"
|
||||
#elif defined(_WIN32)
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue