diff options
Diffstat (limited to 'src/kernel/checks.cpp')
-rw-r--r-- | src/kernel/checks.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/checks.cpp b/src/kernel/checks.cpp index f476db60f5..4c303c172c 100644 --- a/src/kernel/checks.cpp +++ b/src/kernel/checks.cpp @@ -9,6 +9,8 @@ #include <util/time.h> #include <util/translation.h> +#include <memory> + namespace kernel { std::optional<bilingual_str> SanityChecks(const Context&) |