From de4f20f28afe23ecfc546ad242e5bb44710996cc Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Tue, 26 Jan 2021 17:42:53 -0500 Subject: Storing best moves! --- include/negamax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/negamax.h') diff --git a/include/negamax.h b/include/negamax.h index c902d3c..43995d1 100644 --- a/include/negamax.h +++ b/include/negamax.h @@ -2,7 +2,7 @@ #include #include -#include +#include #include #include #include -- cgit v1.2.3