clang++ -O3 -march=native -ffast-math -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -static -DNDEBUG -DEVALFILE=\"C:/Users/82107/OpenBench/Client/Networks/77F8F4D5\" ./src/accumulator.cpp ./src/board.cpp ./src/datagen.cpp ./src/move.cpp ./src/movegen.cpp ./src/nnue.cpp ./src/Prelude.cpp ./src/search.cpp ./src/searcher.cpp ./external/fmt/format.cc -o Prelude-309C0C55-77F8F4D5
In file included from ./src/accumulator.cpp:1:
In file included from ./src\accumulator.h:3:
./src\types.h:3:10: fatal error: 'cstdlib' file not found
3 | #include <cstdlib>
| ^~~~~~~~~
1 error generated.
In file included from ./src/board.cpp:1:
In file included from ./src\board.h:3:
./src\util.h:3:10: fatal error: 'bit' file not found
3 | #include <bit>
| ^~~~~
1 error generated.
In file included from ./src/datagen.cpp:1:
In file included from ./src\datagen.h:3:
./src\types.h:3:10: fatal error: 'cstdlib' file not found
3 | #include <cstdlib>
| ^~~~~~~~~
1 error generated.
In file included from ./src/move.cpp:1:
./src\move.h:3:10: fatal error: 'cassert' file not found
3 | #include <cassert>
| ^~~~~~~~~
1 error generated.
In file included from ./src/movegen.cpp:1:
In file included from ./src\movegen.h:3:
./src\types.h:3:10: fatal error: 'cstdlib' file not found
3 | #include <cstdlib>
| ^~~~~~~~~
1 error generated.
In file included from ./src/nnue.cpp:1:
In file included from ./src\nnue.h:3:
./src\types.h:3:10: fatal error: 'cstdlib' file not found
3 | #include <cstdlib>
| ^~~~~~~~~
1 error generated.
./src/Prelude.cpp:1:13: fatal error: 'algorithm' file not found
1 | <U+FEFF>#include <algorithm>
| ^~~~~~~~~~~
1 error generated.
In file included from ./src/search.cpp:1:
In file included from ./src\search.h:3:
./src\types.h:3:10: fatal error: 'cstdlib' file not found
3 | #include <cstdlib>
| ^~~~~~~~~
1 error generated.
In file included from ./src/searcher.cpp:1:
In file included from ./src\searcher.h:3:
In file included from ./src\ttable.h:3:
./src\types.h:3:10: fatal error: 'cstdlib' file not found
3 | #include <cstdlib>
| ^~~~~~~~~
1 error generated.
In file included from ./external/fmt/format.cc:8:
./external/fmt\fmt/format-inl.h:12:12: fatal error: 'algorithm' file not found
12 | # include <algorithm>
| ^~~~~~~~~~~
1 error generated.
make: *** [Prelude-309C0C55-77F8F4D5] 1