From 027b23a5c2c5889f1c5a0739c57416c413961a9c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 18 Jul 2020 22:02:22 +0000 Subject: src/myself.cpp: Fix include of . --- src/myself.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/myself.cpp b/src/myself.cpp index 0d02056..ca0c5e9 100644 --- a/src/myself.cpp +++ b/src/myself.cpp @@ -18,7 +18,7 @@ */ #include "datetime/myself.h" -#include +#include #include namespace ayatana { -- cgit v1.2.3