aboutsummaryrefslogtreecommitdiff
path: root/include/negamax.h
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-24 19:06:49 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitcf921b2e647136dc34568e0fff78b67c14c8e2fa (patch)
tree63f2a46fbb131d2390cddb13a5f69e8c03a91cb7 /include/negamax.h
parent815cde44e5060ad093347bb47fc66d41c9d3a3ed (diff)
Working on action lists to refactor
Diffstat (limited to 'include/negamax.h')
-rw-r--r--include/negamax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/negamax.h b/include/negamax.h
index f3a0a6c..1cfebdd 100644
--- a/include/negamax.h
+++ b/include/negamax.h
@@ -1,4 +1,6 @@
#include <stdint.h>
+#include <math.h>
+
#include <tak.h>
#include <xorshift64.h>
#include <cnn1986.h>