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
commit b79b81dd2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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