Skip to content

Commit

Permalink
Update headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
SharafMohamed committed Dec 8, 2024
1 parent 96a6363 commit 421c3de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/log_surgeon/finite_automata/RegexDFAState.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <tuple>
#include <vector>

#include <log_surgeon/Constants.hpp>
#include <log_surgeon/finite_automata/RegexDFAStateType.hpp>
#include <log_surgeon/finite_automata/UnicodeIntervalTree.hpp>

Expand Down
3 changes: 2 additions & 1 deletion src/log_surgeon/finite_automata/RegexDFAStatePair.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#ifndef LOG_SURGEON_FINITE_AUTOMATA_REGEX_DFA_STATE_PAIR
#define LOG_SURGEON_FINITE_AUTOMATA_REGEX_DFA_STATE_PAIR

#include <cstdint>
#include <set>
#include <vector>

#include <log_surgeon/finite_automata/RegexDFAState.hpp>
#include <log_surgeon/Constants.hpp>

namespace log_surgeon::finite_automata {
/**
Expand Down

0 comments on commit 421c3de

Please sign in to comment.