Skip to content

Commit 1536695

Browse files
committed
fix compile error
1 parent 7f857c9 commit 1536695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/library_checker_aizu_tests/strings/kmp.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define PROBLEM \
22
"https://onlinejudge.u-aizu.ac.jp/courses/lesson/1/ALDS1/all/ALDS1_14_B"
33
#include "../template.hpp"
4-
#include "../../../library/strings/knuth_morris_pratt.hpp"
4+
#include "../../../library/strings/kmp.hpp"
55
int main() {
66
cin.tie(0)->sync_with_stdio(0);
77
string haystack, needle;

0 commit comments

Comments
 (0)