X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=b00bda24b0596b56a4661a315cfebc2e6c0195e0;hp=db4c857b0d25401cf97e3f70b56c8aeb10a46ee1;hb=e60cdca9b016f1edb8789d99785843cebe704e29;hpb=880e3cd7c82c82776e85042c849e884811378e21 diff --git a/src/position.cpp b/src/position.cpp index db4c857b..b00bda24 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -25,12 +25,12 @@ #include "bitcount.h" #include "movegen.h" +#include "notation.h" #include "position.h" #include "psqtab.h" #include "rkiss.h" #include "thread.h" #include "tt.h" -#include "notation.h" using std::string;