File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 33
44#pragma once
55
6+ #include " ../../include/embree4/rtcore.h"
67#include " ../sys/platform.h"
78#include " ../sys/alloc.h"
89#include " ../sys/barrier.h"
1213#include " ../sys/ref.h"
1314#include " ../sys/atomic.h"
1415#include " ../math/range.h"
15- #include " ../../include/embree4/rtcore.h"
1616
1717#include < list>
1818
Original file line number Diff line number Diff line change 1+ diff --git a/thirdparty/embree/common/tasking/taskschedulerinternal.h b/thirdparty/embree/common/tasking/taskschedulerinternal.h
2+ index e72d3b72ba..8e3befb739 100644
3+ --- a/thirdparty/embree/common/tasking/taskschedulerinternal.h
4+ +++ b/thirdparty/embree/common/tasking/taskschedulerinternal.h
5+ @@ -3,6 +3,7 @@
6+
7+ #pragma once
8+
9+ + #include "../../include/embree4/rtcore.h"
10+ #include "../sys/platform.h"
11+ #include "../sys/alloc.h"
12+ #include "../sys/barrier.h"
13+ @@ -12,7 +13,6 @@
14+ #include "../sys/ref.h"
15+ #include "../sys/atomic.h"
16+ #include "../math/range.h"
17+ - #include "../../include/embree4/rtcore.h"
18+
19+ #include <list>
20+
You can’t perform that action at this time.
0 commit comments