diff options
Diffstat (limited to 'src/libutil/regex-combinators.hh')
-rw-r--r-- | src/libutil/regex-combinators.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/regex-combinators.hh b/src/libutil/regex-combinators.hh index 87d6aa678..37962944e 100644 --- a/src/libutil/regex-combinators.hh +++ b/src/libutil/regex-combinators.hh @@ -1,6 +1,8 @@ #pragma once ///@file +#include "strings.hh" + #include <string_view> namespace nix::regex { |