]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Fix build with MSVC 2013
[stockfish] / src / pawns.cpp
index 4ca1bb0efcc71c58013a1d124472d383e4254990..135633a3ab9f74d8f1e6654983df16d781a92365 100644 (file)
@@ -17,6 +17,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include <algorithm>
 #include <cassert>
 
 #include "bitboard.h"