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
24
thirdparty/embree/patches/0006-explicit-includes.patch
vendored
Normal file
24
thirdparty/embree/patches/0006-explicit-includes.patch
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
diff --git a/thirdparty/embree/common/sys/vector.h b/thirdparty/embree/common/sys/vector.h
|
||||
index 2d30d6725b..a8138de832 100644
|
||||
--- a/thirdparty/embree/common/sys/vector.h
|
||||
+++ b/thirdparty/embree/common/sys/vector.h
|
||||
@@ -5,6 +5,7 @@
|
||||
|
||||
#include "alloc.h"
|
||||
#include <algorithm>
|
||||
+#include <type_traits>
|
||||
|
||||
namespace embree
|
||||
{
|
||||
diff --git a/thirdparty/embree/common/tasking/taskschedulerinternal.h b/thirdparty/embree/common/tasking/taskschedulerinternal.h
|
||||
index d4e0c7386b..99e47608d6 100644
|
||||
--- a/thirdparty/embree/common/tasking/taskschedulerinternal.h
|
||||
+++ b/thirdparty/embree/common/tasking/taskschedulerinternal.h
|
||||
@@ -14,6 +14,7 @@
|
||||
#include "../sys/atomic.h"
|
||||
#include "../math/range.h"
|
||||
|
||||
+#include <exception>
|
||||
#include <list>
|
||||
|
||||
namespace embree
|
||||
Loading…
Add table
Add a link
Reference in a new issue