summaryrefslogtreecommitdiff
blob: 8d9adc40022582bc37a9f93130a3719ce9203d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Fix build with Qt 5.5.

Gentoo-bug: 563678

--- a/databasedatatypes.h
+++ b/databasedatatypes.h
@@ -23,6 +23,7 @@
 #include <QColor>
 #include <QStringList>
 #include <QGeoCoordinate>
+#include <QObject>
 
 class Enums : public QObject
 {