From: Steinar H. Gunderson Date: Fri, 16 Oct 2020 08:02:28 +0000 (+0200) Subject: Fix a wrong IWYU include. X-Git-Tag: 1.0.5~7 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a9d9d88d7105a9273eac65b520757f86a421eee2;p=plocate Fix a wrong IWYU include. --- diff --git a/serializer.h b/serializer.h index e34b56d..fbf70bc 100644 --- a/serializer.h +++ b/serializer.h @@ -4,7 +4,7 @@ #include "options.h" #include -#include +#include #include #include