Merge pull request #3413 from Ericson2314/include-regex

Add missing `#include <regex>`
This commit is contained in:
Eelco Dolstra
2020-03-14 09:25:06 +01:00
committed by GitHub
+1
View File
@@ -7,6 +7,7 @@
#include "hash.hh"
#include "config.hh"
#include <regex>
#include <map>
#include <optional>
#include <unordered_map>