1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

Add missing #include <regex>

This commit is contained in:
John Ericson 2020-03-13 21:24:35 -04:00
parent 779ef8f5ef
commit 68fe0d9809

View file

@ -7,6 +7,7 @@
#include "hash.hh"
#include "config.hh"
#include <regex>
#include <map>
#include <optional>
#include <unordered_map>