g++ -std=c++20 -Wall -Werror -Wextra -Wno-error=vla -Wpedantic -O3 -ffast-math -march=native -funroll-loops -Isrc -Isrc/chess -Isrc/eval  src/UciHandler.cpp src/datatypes.cpp src/dragonrose.cpp src/init.cpp src/search.cpp src/timeman.cpp src/ttable.cpp src/chess/Board.cpp src/chess/attack.cpp src/chess/attackgen.cpp src/chess/bitboard.cpp src/chess/makemove.cpp src/chess/movegen.cpp src/chess/moveio.cpp src/chess/perft.cpp src/chess/zobrist.cpp src/eval/endgame.cpp src/eval/evaluate.cpp -o Dragonrose-A82ADC25
src/dragonrose.cpp:4:10: fatal error: format: No such file or directory
    4 | #include <format>
      |          ^~~~~~~~
compilation terminated.
make: *** [makefile:28: all] Error 1