diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testparse.cpp | 1 | ||||
-rw-r--r-- | tests/testunitconversion.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
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() { |