]> git.sesse.net Git - stockfish/blobdiff - src/movegen.h
Prevent usage of AVX-512 for the last layer.
[stockfish] / src / movegen.h
index bbb35b39159ab20ee4348644eed8e234f7963de2..6449de25794b2ef187ad3e57e2a95a1c01ee56d9 100644 (file)
@@ -1,6 +1,6 @@
 /*
   Stockfish, a UCI chess playing engine derived from Glaurung 2.1
-  Copyright (C) 2004-2022 The Stockfish developers (see AUTHORS file)
+  Copyright (C) 2004-2023 The Stockfish developers (see AUTHORS file)
 
   Stockfish is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -20,6 +20,7 @@
 #define MOVEGEN_H_INCLUDED
 
 #include <algorithm>
+#include <cstddef>
 
 #include "types.h"