Downloading default network net-015-2048x16x32-132qb-z.bin
curl -sOL https://github.com/liamt19/lizard-nets/releases/download/net-015-2048x16x32-132qb-z/net-015-2048x16x32-132qb-z.bin
clang++ -std=c++20 -g -O3 -DNDEBUG -DEVALFILE=\"net-015-2048x16x32-132qb-z.bin\" -funroll-loops -flto -fuse-ld=lld -static -march=native -DAVX256 -DAVX128 -DUSE_PEXT -Wl,/STACK:12582912 -o Horsie-7BCF037D.exe src/nnue/accumulator.cpp src/bitboard.cpp src/cuckoo.cpp src/Horsie.cpp src/movegen.cpp src/position.cpp src/precomputed.cpp src/search.cpp src/threadpool.cpp src/tt.cpp src/uci.cpp src/wdl.cpp src/zobrist.cpp src/util/dbg_hit.cpp src/nnue/nn.cpp src/datagen/selfplay.cpp src/3rdparty/zstd/zstddeclib.c
clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
In file included from src/nnue/accumulator.cpp:2:
In file included from src/nnue\accumulator.h:3:
In file included from src/nnue\../bitboard.h:3:
src/nnue\..\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/bitboard.cpp:2:
In file included from src\bitboard.h:3:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/cuckoo.cpp:2:
In file included from src\cuckoo.h:3:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/Horsie.cpp:2:
In file included from src\cuckoo.h:3:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/movegen.cpp:2:
In file included from src\movegen.h:3:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/position.cpp:2:
In file included from src\position.h:3:
In file included from src\bitboard.h:3:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/precomputed.cpp:2:
In file included from src\precomputed.h:3:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/search.cpp:3:
In file included from src\search.h:3:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/threadpool.cpp:2:
In file included from src\threadpool.h:14:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/tt.cpp:2:
In file included from src\tt.h:3:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/uci.cpp:2:
In file included from src\uci.h:3:
In file included from src\cuckoo.h:3:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/wdl.cpp:2:
In file included from src\wdl.h:3:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/zobrist.cpp:2:
In file included from src\zobrist.h:3:
src\defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/util/dbg_hit.cpp:2:
In file included from src/util\dbg_hit.h:3:
src/util\../defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/nnue/nn.cpp:2:
In file included from src/nnue\../nnue/nn.h:9:
src/nnue\../nnue\../defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
In file included from src/datagen/selfplay.cpp:3:
In file included from src/datagen\selfplay.h:3:
src/datagen\../defs.h:3:10: fatal error: 'cstddef' file not found
    3 | #include <cstddef>
      |          ^~~~~~~~~
1 error generated.
src/3rdparty/zstd/zstddeclib.c:95:10: fatal error: 'string.h' file not found
   95 | #include <string.h>
      |          ^~~~~~~~~~
1 error generated.
make: *** [Makefile:111: Horsie-7BCF037D] Error 1