diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-02 23:23:30 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-02 23:23:30 +0000 |
commit | fecff16a6e8bffce9a404b1508fec375e83ec01e (patch) | |
tree | 2cb95b517a6173f1b21937f35970b5f008907f26 | |
parent | 75d2581390e70c9f5820311ff25ae13521ad07e2 (diff) | |
parent | 39ba87be9b426d75de50d35c9199661067218adc (diff) |
Merge remote-tracking branch 'obsidian/missing-include-0' into validPathInfo-ca-proper-datatype
-rw-r--r-- | src/libutil/lru-cache.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/lru-cache.hh b/src/libutil/lru-cache.hh index 8b83f842c..6ef4a3e06 100644 --- a/src/libutil/lru-cache.hh +++ b/src/libutil/lru-cache.hh @@ -1,5 +1,6 @@ #pragma once +#include <cassert> #include <map> #include <list> #include <optional> |