From cae1d99f9a7813b7c893c95cd78925e998965cb8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 25 Oct 2019 06:01:14 +0200 Subject: [PATCH] Add missing header. --- src/lib/time.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/time.cpp b/src/lib/time.cpp index 4007bf3..4f037eb 100644 --- a/src/lib/time.cpp +++ b/src/lib/time.cpp @@ -14,6 +14,7 @@ * along with this program. If not, see . */ +#include "time.hpp" #include "sqlite.hpp" #include #include