Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/thirdparty/embree/patches/0006-explicit-includes.patch
14710 views
1
diff --git a/thirdparty/embree/common/sys/vector.h b/thirdparty/embree/common/sys/vector.h
2
index 2d30d6725b..a8138de832 100644
3
--- a/thirdparty/embree/common/sys/vector.h
4
+++ b/thirdparty/embree/common/sys/vector.h
5
@@ -5,6 +5,7 @@
6
7
#include "alloc.h"
8
#include <algorithm>
9
+#include <type_traits>
10
11
namespace embree
12
{
13
diff --git a/thirdparty/embree/common/tasking/taskschedulerinternal.h b/thirdparty/embree/common/tasking/taskschedulerinternal.h
14
index d4e0c7386b..99e47608d6 100644
15
--- a/thirdparty/embree/common/tasking/taskschedulerinternal.h
16
+++ b/thirdparty/embree/common/tasking/taskschedulerinternal.h
17
@@ -14,6 +14,7 @@
18
#include "../sys/atomic.h"
19
#include "../math/range.h"
20
21
+#include <exception>
22
#include <list>
23
24
namespace embree
25
26