X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fpsqt.cpp;h=ca5664c259ff5191589ec369974de69efe44ca44;hb=39af98c807d236b6511b6e399caf40102398900c;hp=cfade2951ff9b5d53aa7a4b8b681433f9401a973;hpb=5ebdc40f8301745b4f8023e595ca2ddde74aa647;p=stockfish diff --git a/src/psqt.cpp b/src/psqt.cpp index cfade295..ca5664c2 100644 --- a/src/psqt.cpp +++ b/src/psqt.cpp @@ -1,6 +1,6 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 - Copyright (C) 2004-2021 The Stockfish developers (see AUTHORS file) + Copyright (C) 2004-2022 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 @@ -24,6 +24,7 @@ #include "bitboard.h" #include "types.h" +namespace Stockfish { namespace { @@ -126,3 +127,5 @@ void init() { } } // namespace PSQT + +} // namespace Stockfish