X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;fp=src%2Fuci.cpp;h=fc66f0b5321da7342374f4fea1be3355e13ad1b7;hp=4a7a94562ee882fddecfa45165814ea240c0285f;hb=fa5b0936eef8e647df99f424e454510839d0a344;hpb=45e254a0a0d4cbc574e5a65bd4584036b01091b6 diff --git a/src/uci.cpp b/src/uci.cpp index 4a7a9456..fc66f0b5 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -35,7 +35,7 @@ using namespace std; -extern std::vector setup_bench(const Position&, istream&); +extern vector setup_bench(const Position&, istream&); namespace {