X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.cpp;h=fc66f0b5321da7342374f4fea1be3355e13ad1b7;hb=9d95d43c5793d46685127d8595b6fca350c9c9bd;hp=4a7a94562ee882fddecfa45165814ea240c0285f;hpb=45e254a0a0d4cbc574e5a65bd4584036b01091b6;p=stockfish 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 {