X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fclient.cpp;h=054e4ce5573ed16daf8c4a1f12f65c2da942f17f;hp=b1eead58d5d5d9dc54bfb3bb8a55642b20c89c2e;hb=dace61600a12f3f1ad1abcb2625f4c497e8f15ba;hpb=aeddcd2f3efca129edbbbf07fa82ed8f0cbcdb7a diff --git a/src/client.cpp b/src/client.cpp index b1eead58..054e4ce5 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -11,6 +11,7 @@ using grpc::Channel; using grpc::ClientContext; using grpc::Status; +using namespace hashprobe; std::string FormatMove(Move move) { if (move == MOVE_NULL) {