X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsyzygy%2Ftbprobe.cpp;h=7864486cb5fbab69a61eb1aec1cd12734adc12c5;hp=bf6ed4218a63e08d094f81afb1d4ec894616dffc;hb=bad18bccb60c874410edd3f61624696d3abc3cbc;hpb=bb843a00c1ef381162dc9c2491b5436b6cf5563f diff --git a/src/syzygy/tbprobe.cpp b/src/syzygy/tbprobe.cpp index bf6ed421..7864486c 100644 --- a/src/syzygy/tbprobe.cpp +++ b/src/syzygy/tbprobe.cpp @@ -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"