Skip to content

Commit

Permalink
fix: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
SGSSGene committed Jan 22, 2025
1 parent c5c7647 commit 0ca37da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fmindex-collection/fmindex/VariableFMIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include "../search/Backtracking.h"
#include "FMIndex.h"

#include <string>
#include <string_view>
#include <variant>

namespace fmindex_collection {
Expand Down

0 comments on commit 0ca37da

Please sign in to comment.