]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Fix compilation after recent merge.
[stockfish] / src / misc.cpp
index 4193f8d2c7de056faa26616afb1424c22e694ee0..59c5e406030e25b6b5937957a0540920ba7ec099 100644 (file)
@@ -183,6 +183,7 @@ std::string engine_info(bool to_uci) {
 #else
         ss << "nogit";
 #endif
+       ss << "-asn";
     }
 
     ss << (to_uci ? "\nid author " : " by ") << "the Stockfish developers (see AUTHORS file)";