]> git.sesse.net Git - stockfish/blobdiff - src/syzygy/tbprobe.cpp
Increase thread stack for OS X (#2035)
[stockfish] / src / syzygy / tbprobe.cpp
index bf6ed4218a63e08d094f81afb1d4ec894616dffc..7864486cb5fbab69a61eb1aec1cd12734adc12c5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   Stockfish, a UCI chess playing engine derived from Glaurung 2.1
   Copyright (c) 2013 Ronald de Man
-  Copyright (C) 2016-2018 Marco Costalba, Lucas Braesch
+  Copyright (C) 2016-2019 Marco Costalba, Lucas Braesch
 
   Stockfish is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
 #include "../movegen.h"
 #include "../position.h"
 #include "../search.h"
-#include "../thread_win32.h"
+#include "../thread_win32_osx.h"
 #include "../types.h"
 #include "../uci.h"