1 2 3 4 5 6 7 8 9 10 11
--- testscpp/tests/test_quadratic_model.cpp.orig 2022-10-05 22:19:20 UTC +++ testscpp/tests/test_quadratic_model.cpp @@ -14,7 +14,7 @@ #include <iostream> -#include "catch2/catch.hpp" +#include <catch2/catch.hpp> #include "dimod/quadratic_model.h" namespace dimod {