From de62f549f2f0818f6821132d85e8dee360f53cd6 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 13 Nov 2022 06:45:33 +0100 Subject: Fix build failure due to missing #include --- tests/test-eds-ics-tzids-utc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-eds-ics-tzids-utc.cpp') diff --git a/tests/test-eds-ics-tzids-utc.cpp b/tests/test-eds-ics-tzids-utc.cpp index 06aac71..3a79485 100644 --- a/tests/test-eds-ics-tzids-utc.cpp +++ b/tests/test-eds-ics-tzids-utc.cpp @@ -1,6 +1,6 @@ /* * Copyright 2015 Canonical Ltd. - * Copyright 2021 Robert Tari + * Copyright 2021-2022 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -20,7 +20,7 @@ */ #include - +#include #include #include #include -- cgit v1.2.3