diff options
Diffstat (limited to 'src/zobrist.cpp')
| -rw-r--r-- | src/zobrist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zobrist.cpp b/src/zobrist.cpp index 20ac5e9..8c50d3d 100644 --- a/src/zobrist.cpp +++ b/src/zobrist.cpp @@ -1,6 +1,7 @@ #include "zobrist.hpp" #include "board/board.hpp" +#include <cstdint> #include <random> uint64_t PieceKeys[2][7][64]; |
