Skip to content

Commit 8655934

Browse files
authored
Merge pull request #197 from listout/gcc15-fix
Fix build with GCC 15
2 parents 777089b + de28a26 commit 8655934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Util/include/Util/SymSpell/SymSpell.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#include "EditDistance.h"
2525
#include "SuggestItem.h"
2626
#include <map>
27-
#include <string>
28-
#include <string_view>
27+
#include <cstddef>
28+
#include <cstdint>
2929
#include <unordered_map>
3030
#include <unordered_set>
3131
#include <vector>

0 commit comments

Comments
 (0)