From 8748fd49b3c3a501e8e6b02abd0b0b7c58dbccf0 Mon Sep 17 00:00:00 2001 From: fsmosca Date: Fri, 9 Apr 2021 21:52:55 +0800 Subject: [PATCH] Fix include path in tbprobe --- src/syzygy/tbprobe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syzygy/tbprobe.h b/src/syzygy/tbprobe.h index efc4b6b7..b998989b 100644 --- a/src/syzygy/tbprobe.h +++ b/src/syzygy/tbprobe.h @@ -21,7 +21,7 @@ #include -#include "search.h" +#include "../search.h" namespace Tablebases {