diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-03-13 21:24:35 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-03-13 21:24:35 -0400 |
commit | 68fe0d9809a269341901d95f33aebeacbed34afc (patch) | |
tree | ded947cf235242ed7834af1482b41b5c5c4789ab /src/libexpr | |
parent | 779ef8f5ef18a74253b6b691c218203df1d23b75 (diff) |
Add missing `#include <regex>`
Diffstat (limited to 'src/libexpr')
-rw-r--r-- | src/libexpr/eval.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index f3e8a34bd..eac53b894 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -7,6 +7,7 @@ #include "hash.hh" #include "config.hh" +#include <regex> #include <map> #include <optional> #include <unordered_map> |