]> git.sesse.net Git - stockfish/blobdiff - src/psqt.cpp
Add Stockfish namespace.
[stockfish] / src / psqt.cpp
index cfade2951ff9b5d53aa7a4b8b681433f9401a973..33a3e00c91da45d96c9885f2a06d9beca3a15ae7 100644 (file)
@@ -24,6 +24,7 @@
 #include "bitboard.h"
 #include "types.h"
 
+namespace Stockfish {
 
 namespace
 {
@@ -126,3 +127,5 @@ void init() {
 }
 
 } // namespace PSQT
+
+} // namespace Stockfish