X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=b00bda24b0596b56a4661a315cfebc2e6c0195e0;hp=db4c857b0d25401cf97e3f70b56c8aeb10a46ee1;hb=a1b62d68ec59aae504a9e39bfd3a7dfa4a831d29;hpb=222f59b9c1537f22db65c6104072f5e0f68c1fbc 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;