From 87a15e960e31365698df7e06cd3e6b851e17c1a5 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 5 Mar 2023 10:13:01 +0100 Subject: I made a mess, but it works. Still need to implement new optimal solver. After that, a big redesign is due. --- src/pruning.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pruning.h') diff --git a/src/pruning.h b/src/pruning.h index 86691c1..93ae863 100644 --- a/src/pruning.h +++ b/src/pruning.h @@ -2,6 +2,7 @@ #define PRUNING_H #include "coord.h" +#include "movesets.h" void free_pd(PruneData *pd); PruneData * genptable(PruneData *data, int nthreads); -- cgit v1.3