diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-29 21:21:27 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-29 21:22:00 +0000 |
commit | 24da034bc3ae8514ae19dadfecf6038452a5290a (patch) | |
tree | a5e813dde0981e3dc063c0b5fef7f4d73de0c294 | |
parent | ded65899538f6a4628e711abbbdf27ea47772742 (diff) |
Add possibly missing `<string>` include
-rw-r--r-- | src/libutil/types.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/types.hh b/src/libutil/types.hh index 3af485fa0..2170e4c93 100644 --- a/src/libutil/types.hh +++ b/src/libutil/types.hh @@ -4,6 +4,7 @@ #include <list> #include <set> +#include <string> #include <map> #include <vector> |