aboutsummaryrefslogtreecommitdiff
path: root/include/negamax.h
diff options
context:
space:
mode:
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>