diff options
Diffstat (limited to 'src/pruning.h')
| -rw-r--r-- | src/pruning.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 2 | #define PRUNING_H | 2 | #define PRUNING_H |
| 3 | 3 | ||
| 4 | #include "coord.h" | 4 | #include "coord.h" |
| 5 | #include "movesets.h" | ||
| 5 | 6 | ||
| 6 | void free_pd(PruneData *pd); | 7 | void free_pd(PruneData *pd); |
| 7 | PruneData * genptable(PruneData *data, int nthreads); | 8 | PruneData * genptable(PruneData *data, int nthreads); |
