aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/importgps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/importgps.cpp')
-rw-r--r--desktop-widgets/importgps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/importgps.cpp b/desktop-widgets/importgps.cpp
index 6e36c548a..fa2529883 100644
--- a/desktop-widgets/importgps.cpp
+++ b/desktop-widgets/importgps.cpp
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/importgps.h"
+#include "core/dive.h" // for utc_mkdate()
/* Import dive coordinates from a GPS device and synchronise them with the dive profile information
of a dive computer. This file contains the infrastructure to:
@@ -152,4 +153,3 @@ void ImportGPS::timeZoneEditChanged()
getCoordsFromGPXFile(&coords, fileName);
updateUI();
}
-