diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-12-01 16:35:33 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-01 15:47:51 -0800 |
commit | 511ee9ddeb64ff7cf9c5fe50c491c0e335365ced (patch) | |
tree | 46f01c45f46a60db271f77e9b67325d63d1335c8 /qt-models/diveplannermodel.cpp | |
parent | d8350ef238cb0e459d2ee012d11893e65e483541 (diff) | |
download | subsurface-511ee9ddeb64ff7cf9c5fe50c491c0e335365ced.tar.gz |
Change #include line to make Linux builds happy
Let's see if this helps the Linux build on TravisCI.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'qt-models/diveplannermodel.cpp')
-rw-r--r-- | qt-models/diveplannermodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/diveplannermodel.cpp b/qt-models/diveplannermodel.cpp index 8b57f3d8c..25d0d662b 100644 --- a/qt-models/diveplannermodel.cpp +++ b/qt-models/diveplannermodel.cpp @@ -11,7 +11,7 @@ #include <QApplication> #include <QTextDocument> #include <QtConcurrent> -#include <desktop-widgets/mainwindow.h> +#include "desktop-widgets/mainwindow.h" #define VARIATIONS_IN_BACKGROUND 1 |