diff options
Diffstat (limited to 'thirdparty/embree/common/lexers/tokenstream.cpp')
-rw-r--r-- | thirdparty/embree/common/lexers/tokenstream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/embree/common/lexers/tokenstream.cpp b/thirdparty/embree/common/lexers/tokenstream.cpp index 6ed6f2045a..fe9de641db 100644 --- a/thirdparty/embree/common/lexers/tokenstream.cpp +++ b/thirdparty/embree/common/lexers/tokenstream.cpp @@ -2,7 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 #include "tokenstream.h" -#include "../math/math.h" +#include "../math/emath.h" namespace embree { |