diff options
author | Robert Tari <robert@tari.in> | 2022-11-13 06:45:33 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-11-13 16:39:30 +0100 |
commit | de62f549f2f0818f6821132d85e8dee360f53cd6 (patch) | |
tree | 3b4d019ebc44604aa3b00e0fc6f817cd1a66657b /tests/test-eds-ics-repeating-events-with-individual-change.cpp | |
parent | 8452a9e54f63ef797f04e2030afc12ac6e553965 (diff) | |
download | ayatana-indicator-datetime-de62f549f2f0818f6821132d85e8dee360f53cd6.tar.gz ayatana-indicator-datetime-de62f549f2f0818f6821132d85e8dee360f53cd6.tar.bz2 ayatana-indicator-datetime-de62f549f2f0818f6821132d85e8dee360f53cd6.zip |
Fix build failure due to missing #include
Diffstat (limited to 'tests/test-eds-ics-repeating-events-with-individual-change.cpp')
-rw-r--r-- | tests/test-eds-ics-repeating-events-with-individual-change.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-eds-ics-repeating-events-with-individual-change.cpp b/tests/test-eds-ics-repeating-events-with-individual-change.cpp index c63cafc..c83c8d2 100644 --- a/tests/test-eds-ics-repeating-events-with-individual-change.cpp +++ b/tests/test-eds-ics-repeating-events-with-individual-change.cpp @@ -1,6 +1,6 @@ /* * Copyright 2016 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 <algorithm> - +#include <array> #include <datetime/alarm-queue-simple.h> #include <datetime/clock-mock.h> #include <datetime/engine-eds.h> |