diff options
Diffstat (limited to 'qt-models')
-rw-r--r-- | qt-models/divelocationmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/divelocationmodel.cpp b/qt-models/divelocationmodel.cpp index d45df349c..42f283f1e 100644 --- a/qt-models/divelocationmodel.cpp +++ b/qt-models/divelocationmodel.cpp @@ -1,5 +1,6 @@ #include "divelocationmodel.h" #include "dive.h" +#include <QDebug> bool dive_site_less_than(dive_site *a, dive_site *b) { |