Fix include error for clang

This commit is contained in:
Magnus Norddahl 2024-01-16 12:56:43 +01:00
parent 2c786e0718
commit 01cd022fd6

View file

@ -24,6 +24,7 @@
#include <algorithm>
#include <functional>
#include <cfloat>
#include <cstdint>
#ifndef NO_SSE
#include <immintrin.h>
#endif