diff options
Diffstat (limited to 'desktop-widgets/importgps.cpp')
-rw-r--r-- | desktop-widgets/importgps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/importgps.cpp b/desktop-widgets/importgps.cpp index fa2529883..380273121 100644 --- a/desktop-widgets/importgps.cpp +++ b/desktop-widgets/importgps.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include "desktop-widgets/importgps.h" -#include "core/dive.h" // for utc_mkdate() +#include "core/subsurface-time.h" /* 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: |