From d577467f97e262d52ed2e1d1da94c14168480844 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 11 May 2018 08:25:41 -0700 Subject: Core: introduce new subsurface-string header First small step to shrinking dive.h. Signed-off-by: Dirk Hohndel --- tests/testparse.cpp | 1 + tests/testunitconversion.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/testparse.cpp b/tests/testparse.cpp index 503e48aeb..27aace67f 100644 --- a/tests/testparse.cpp +++ b/tests/testparse.cpp @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 #include "testparse.h" #include "core/dive.h" +#include "core/subsurface-string.h" #include "core/parse.h" #include "core/file.h" #include "core/divelist.h" diff --git a/tests/testunitconversion.cpp b/tests/testunitconversion.cpp index 946b4c001..8ca74e0c0 100644 --- a/tests/testunitconversion.cpp +++ b/tests/testunitconversion.cpp @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 #include "testunitconversion.h" #include "core/dive.h" +#include "core/subsurface-string.h" void TestUnitConversion::testUnitConversions() { -- cgit v1.2.3-70-g09d2