aboutsummaryrefslogtreecommitdiff
path: root/tests/test-device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-device.cc')
-rw-r--r--tests/test-device.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-device.cc b/tests/test-device.cc
index 1776c3e..474fa36 100644
--- a/tests/test-device.cc
+++ b/tests/test-device.cc
@@ -1,5 +1,6 @@
/*
* Copyright 2012-2016 Canonical Ltd.
+ * Copyright 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
@@ -15,6 +16,7 @@
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
+ * Robert Tari <robert@tari.in>
*/
#include "device.h"
@@ -22,7 +24,7 @@
#include <gio/gio.h>
#include <gtest/gtest.h>
-
+#include <array>
#include <algorithm>
#include <cmath> // ceil()
#include <string>