From f3a86a85b9a4f6d0f22364dcb66e2a8b9f21a9be Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Thu, 24 Nov 2011 16:26:02 +1000 Subject: Don't use so we can compile with -Werror Change-Id: I039727b8920395af8b1129427f409d630d79c52d Sanity-Review: Qt Sanity Bot Reviewed-by: Lorn Potter --- tests/auto/legacy_sensors/tst_legacy_sensors.cpp | 3 ++- tests/auto/qtsensors5/tst_qtsensors5.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/legacy_sensors/tst_legacy_sensors.cpp b/tests/auto/legacy_sensors/tst_legacy_sensors.cpp index 920400e0..1a4fcc6b 100644 --- a/tests/auto/legacy_sensors/tst_legacy_sensors.cpp +++ b/tests/auto/legacy_sensors/tst_legacy_sensors.cpp @@ -40,7 +40,8 @@ ****************************************************************************/ #include -#include +#include +#include class tst_legacy_sensors : public QObject { diff --git a/tests/auto/qtsensors5/tst_qtsensors5.cpp b/tests/auto/qtsensors5/tst_qtsensors5.cpp index 90c074c2..763ed34c 100644 --- a/tests/auto/qtsensors5/tst_qtsensors5.cpp +++ b/tests/auto/qtsensors5/tst_qtsensors5.cpp @@ -40,7 +40,8 @@ ****************************************************************************/ #include -#include +#include +#include class tst_qtsensors5 : public QObject { -- cgit v1.2.3