Skip to content

Commit

Permalink
FIX: Add <limits> to Execute.h (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mray271 authored Dec 9, 2024
1 parent c51fcc0 commit bbe581b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Regex/Execute.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <bitset>
#include <cstdint>
#include <memory>
#include <limits>

// #define ENABLE_CROSS_REGEX_BACKREF

Expand Down

0 comments on commit bbe581b

Please sign in to comment.