clang++ -std=c++20 -O3 -flto -DNDEBUG -DSP_NETWORK_FILE=\"C:/Chess_Programming/OpenBench/Client/Networks/244A74BE\" -DSP_VERSION=5.0.19 -D_SILENCE_CXX20_ATOMIC_INIT_DEPRECATION_WARNING -D_CRT_SECURE_NO_WARNINGS -DSP_NATIVE -march=native -DSP_FAST_PEXT -fuse-ld=lld -o sp_profile.exe -DSP_PGO_PROFILE -fprofile-instr-generate src/main.cpp src/uci.cpp src/util/split.cpp src/position/position.cpp src/movegen.cpp src/search.cpp src/util/timer.cpp src/pretty.cpp src/ttable.cpp src/limit/time.cpp src/eval/nnue.cpp src/perft.cpp src/bench.cpp src/tunable.cpp src/opts.cpp src/3rdparty/fathom/tbprobe.cpp src/datagen/datagen.cpp src/wdl.cpp src/cuckoo.cpp src/datagen/marlinformat.cpp src/datagen/viri_binpack.cpp src/tb.cpp src/3rdparty/zstd/zstddeclib.c src/eval/nnue/io_impl.cpp src/attacks/black_magic/attacks.cpp src/attacks/bmi2/attacks.cpp
clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
In file included from src/main.cpp:19:
In file included from src\uci.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/uci.cpp:19:
In file included from src\uci.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/util/split.cpp:19:
In file included from src/util\split.h:21:
src/util\../types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/position/position.cpp:19:
In file included from src/position\position.h:21:
src/position\../types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/movegen.cpp:19:
In file included from src\movegen.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/search.cpp:19:
In file included from src\search.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/util/timer.cpp:19:
In file included from src/util\timer.h:21:
src/util\../types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/pretty.cpp:19:
In file included from src\pretty.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/ttable.cpp:19:
In file included from src\ttable.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/limit/time.cpp:19:
In file included from src/limit\time.h:21:
src/limit\../types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/eval/nnue.cpp:19:
In file included from src/eval\nnue.h:21:
src/eval\../types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/perft.cpp:19:
In file included from src\perft.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/bench.cpp:19:
In file included from src\bench.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/tunable.cpp:19:
In file included from src\tunable.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/opts.cpp:19:
In file included from src\opts.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
src/3rdparty/fathom/tbprobe.cpp:25:10: fatal error: 'assert.h' file not found
   25 | #include <assert.h>
      |          ^~~~~~~~~~
1 error generated.
In file included from src/datagen/datagen.cpp:19:
In file included from src/datagen\datagen.h:21:
src/datagen\../types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/wdl.cpp:19:
In file included from src\wdl.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/cuckoo.cpp:19:
In file included from src\cuckoo.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/datagen/marlinformat.cpp:19:
In file included from src/datagen\marlinformat.h:21:
src/datagen\../types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/datagen/viri_binpack.cpp:19:
In file included from src/datagen\viri_binpack.h:21:
src/datagen\../types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/tb.cpp:19:
In file included from src\tb.h:21:
src\types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
src/3rdparty/zstd/zstddeclib.c:92:10: fatal error: 'string.h' file not found
   92 | #include <string.h>
      |          ^~~~~~~~~~
1 error generated.
In file included from src/eval/nnue/io_impl.cpp:19:
In file included from src/eval/nnue\io_impl.h:21:
src/eval/nnue\../../types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/attacks/black_magic/attacks.cpp:19:
In file included from src/attacks/black_magic\../attacks.h:21:
src/attacks/black_magic\..\../types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
In file included from src/attacks/bmi2/attacks.cpp:19:
In file included from src/attacks/bmi2\../attacks.h:21:
src/attacks/bmi2\..\../types.h:21:10: fatal error: 'cstdint' file not found
   21 | #include <cstdint>
      |          ^~~~~~~~~
1 error generated.
make: *** [Makefile:139: Stormphrax-380F1AB1-244A74BE] Error 1