Add cstddef header

Fix missing header for std::size_t reported on discord.

closes https://github.com/official-stockfish/Stockfish/pull/5968

No functional change
This commit is contained in:
Disservin
2025-04-03 20:10:17 +02:00
parent 1577fa0470
commit bb3eaf8def

View File

@@ -37,6 +37,7 @@
// | only in 64-bit mode and requires hardware with pext support.
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <type_traits>