diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-24 19:06:49 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | cf921b2e647136dc34568e0fff78b67c14c8e2fa (patch) | |
| tree | 63f2a46fbb131d2390cddb13a5f69e8c03a91cb7 /include/negamax.h | |
| parent | 815cde44e5060ad093347bb47fc66d41c9d3a3ed (diff) | |
Working on action lists to refactor
Diffstat (limited to 'include/negamax.h')
| -rw-r--r-- | include/negamax.h | 2 |
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> |
