diff options
Diffstat (limited to 'src/bot.cpp')
| -rw-r--r-- | src/bot.cpp | 1 |
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; |
