aboutsummaryrefslogtreecommitdiff
path: root/src/uci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uci.cpp')
-rw-r--r--src/uci.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uci.cpp b/src/uci.cpp
index d9972b2..4357e99 100644
--- a/src/uci.cpp
+++ b/src/uci.cpp
@@ -4,7 +4,7 @@
#include "bot.hpp"
#include "misc.hpp"
#include "moves.hpp"
-#include "zobrist/zobrist.hpp"
+#include "zobrist.hpp"
#include <algorithm>
#include <cassert>
@@ -37,7 +37,7 @@ void LogUci(const std::string &message) {
}
using namespace std;
-Move UciToMove(string uci) {
+Move UciToMove(const string uci) {
Position from;
Position to;