summaryrefslogtreecommitdiffstats
path: root/thirdparty/embree/common/sys/thread.cpp
diff options
context:
space:
mode:
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)