From 95284c026e763482ef581c8b6298012d2c1fd941 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 1 May 2020 13:43:52 +0200 Subject: cleanup: move dive_table from dive.h to divelist.h This allows us to decouple dive.h and divelist.h, a small step in include disentangling. Signed-off-by: Berthold Stoeger --- tests/testpicture.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testpicture.cpp') diff --git a/tests/testpicture.cpp b/tests/testpicture.cpp index 08922b1aa..da8fedeec 100644 --- a/tests/testpicture.cpp +++ b/tests/testpicture.cpp @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include "testpicture.h" +#include "core/dive.h" #include "core/divesite.h" #include "core/errorhelper.h" #include "core/picture.h" -- cgit v1.2.3-70-g09d2