X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=a1ad055057b70a646e7f01bcf76bfffffc83b581;hb=a9c26357deb01c764cd16ef4e61acb4f687cbd77;hp=e1c025adb9afc7d955d9b763154b2002b27e3394;hpb=c5a280c0125b71cdf43bf326551bc95bb4dbc014;p=stockfish diff --git a/src/benchmark.cpp b/src/benchmark.cpp index e1c025ad..a1ad0550 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -1,6 +1,6 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 - Copyright (C) 2004-2022 The Stockfish developers (see AUTHORS file) + Copyright (C) 2004-2023 The Stockfish developers (see AUTHORS file) Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,6 +16,8 @@ along with this program. If not, see . */ +#include "benchmark.h" + #include #include #include