Loading tests/testMoves.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ #include <string> #include <array> #include "Rubk.h" // make sure include path matches your repo structure #include "Enums.h" #include "include/Rubk.h" // make sure include path matches your repo structure #include "include/Enums.h" using namespace std; Loading tests/testUnscramble.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ #error "C++17 <filesystem> required for this test runner." #endif #include "Rubk.h" #include "Enums.h" #include "include/Rubk.h" #include "include/Enums.h" using namespace std; Loading Loading
tests/testMoves.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ #include <string> #include <array> #include "Rubk.h" // make sure include path matches your repo structure #include "Enums.h" #include "include/Rubk.h" // make sure include path matches your repo structure #include "include/Enums.h" using namespace std; Loading
tests/testUnscramble.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ #error "C++17 <filesystem> required for this test runner." #endif #include "Rubk.h" #include "Enums.h" #include "include/Rubk.h" #include "include/Enums.h" using namespace std; Loading