summaryrefslogtreecommitdiffstats
path: root/thirdparty/embree/common/sys/thread.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-04-04 14:31:02 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-04-04 14:31:02 +0200
commitacfcdbd291174ea6a03ca77cf374dda9f2b300ff (patch)
treef001960b859c27dcecae15fccef5658ec528b715 /thirdparty/embree/common/sys/thread.cpp
parent2c65bf0d6986b420ec20393fa27f7c38f0814082 (diff)
parentc43eab55a417162624f47aed6bbbd0a4bd41c607 (diff)
downloadredot-engine-acfcdbd291174ea6a03ca77cf374dda9f2b300ff.tar.gz
Merge pull request #88783 from Chubercik/embree-4.3.1
embree: Update to 4.3.1
Diffstat (limited to 'thirdparty/embree/common/sys/thread.cpp')
-rw-r--r--thirdparty/embree/common/sys/thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/embree/common/sys/thread.cpp b/thirdparty/embree/common/sys/thread.cpp
index 530c3c7810..8b072067e6 100644
--- a/thirdparty/embree/common/sys/thread.cpp
+++ b/thirdparty/embree/common/sys/thread.cpp
@@ -3,7 +3,7 @@
#include "thread.h"
#include "sysinfo.h"
-#include "string.h"
+#include "estring.h"
#include <iostream>
#if defined(__ARM_NEON)