mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-21 19:50:54 +00:00
Fix include error for clang
This commit is contained in:
parent
2c786e0718
commit
01cd022fd6
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <cfloat>
|
||||
#include <cstdint>
|
||||
#ifndef NO_SSE
|
||||
#include <immintrin.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue