process_begin: CreateProcess(NULL, git rev-parse --short HEAD, ...) failed.
makefile:13: pipe: No error
clang++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -std=c++20 -DNDEBUG -static -fuse-ld=lld -DEVALFILE=\"C:/Users/Quinn/Desktop/OpenBench-master/Client/Networks/35B74CC5\"  ./src/Prelude.cpp ./src/accumulator.cpp ./src/board.cpp ./src/datagen.cpp ./src/move.cpp ./src/movegen.cpp ./src/nnue.cpp ./src/search.cpp ./src/searcher.cpp ./src/tb.cpp ./src/thread.cpp ./external/fmt/format.cc ./external/Pyrrhic/tbprobe.cpp -o Prelude-E17988D8-35B74CC5
./src/Prelude.cpp:1:13: fatal error: 'algorithm' file not found
    1 | <U+FEFF>#include <algorithm>
      |                  ^~~~~~~~~~~
1 error generated.
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.
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 ./src/tb.cpp:1:
In file included from ./src\tb.h:3:
./src\types.h:3:10: fatal error: 'cstdlib' file not found
    3 | #include <cstdlib>
      |          ^~~~~~~~~
1 error generated.
In file included from ./src/thread.cpp:1:
In file included from ./src\thread.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.
./external/Pyrrhic/tbprobe.cpp:28:10: fatal error: 'assert.h' file not found
   28 | #include <assert.h>
      |          ^~~~~~~~~~
1 error generated.
make: *** [makefile:50: Prelude-E17988D8-35B74CC5] Error 1