aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/types.hh
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-29 21:21:27 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-29 21:22:00 +0000
commit24da034bc3ae8514ae19dadfecf6038452a5290a (patch)
treea5e813dde0981e3dc063c0b5fef7f4d73de0c294 /src/libutil/types.hh
parentded65899538f6a4628e711abbbdf27ea47772742 (diff)
Add possibly missing `<string>` include
Diffstat (limited to 'src/libutil/types.hh')
-rw-r--r--src/libutil/types.hh1
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>