aboutsummaryrefslogtreecommitdiff
path: root/src/bot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bot.cpp')
-rw-r--r--src/bot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bot.cpp b/src/bot.cpp
index ef4a747..90c834a 100644
--- a/src/bot.cpp
+++ b/src/bot.cpp
@@ -4,6 +4,7 @@
#include <algorithm>
#include <cassert>
#include <cmath>
+#include <iostream>
int PAWN_VALUE = 100;
int KNIGHT_VALUE = 320;