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, 1 insertions, 1 deletions
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 <math.h>
#include <tak.h>
-#include <action_list.h>
+#include <actions.h>
#include <xorshift64.h>
#include <cnn1986.h>
#include <tt_treap.h>