From de773702ca0cd0a37eed54fefd6128a63a22bfe9 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 2 Sep 2022 00:27:48 +0200 Subject: tests/test-device.cc: Add missing header --- tests/test-device.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') 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 + * Robert Tari */ #include "device.h" @@ -22,7 +24,7 @@ #include #include - +#include #include #include // ceil() #include -- cgit v1.2.3