diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-16 14:19:49 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-16 14:19:49 +0000 |
commit | fbf90bd693f09e6ce6e0725563c7996cba4da896 (patch) | |
tree | e5fabbab83ff17f0062d838feeba5ffaa8143e6c | |
parent | 72e17290d457a8e911f126d21b74c315b034189d (diff) |
Add another missing #include
-rw-r--r-- | src/libutil/config.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/config.hh b/src/libutil/config.hh index 5c7a70a2e..66073546e 100644 --- a/src/libutil/config.hh +++ b/src/libutil/config.hh @@ -1,3 +1,4 @@ +#include <cassert> #include <map> #include <set> |