mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
SCons: Remove transitive includes in libc++
This commit is contained in:
parent
235a32ad11
commit
ad02128137
17 changed files with 114 additions and 2 deletions
1
thirdparty/mingw-std-threads/mingw.mutex.h
vendored
1
thirdparty/mingw-std-threads/mingw.mutex.h
vendored
|
|
@ -37,6 +37,7 @@
|
|||
#include <chrono>
|
||||
#include <system_error>
|
||||
#include <atomic>
|
||||
#include <exception>
|
||||
#include <mutex> //need for call_once()
|
||||
|
||||
#if STDMUTEX_RECURSION_CHECKS || !defined(NDEBUG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue