diff --git a/search/search_tests/string_match_test.cpp b/search/search_tests/string_match_test.cpp index 3385a68b34..95307f87d1 100644 --- a/search/search_tests/string_match_test.cpp +++ b/search/search_tests/string_match_test.cpp @@ -1,5 +1,5 @@ #include "../../testing/testing.hpp" -#include "../string_match.hpp" +#include "../approximate_string_match.hpp" #include "match_cost_mock.hpp" #include "../../std/memcpy.hpp"