summarylogtreecommitdiffstats
path: root/logcat-include.patch
diff options
context:
space:
mode:
authorSkycoder422019-01-06 13:09:21 +0100
committerSkycoder422019-01-06 13:09:21 +0100
commitfeb89ebfedf7d6a75eb81433eb050fecc6153412 (patch)
treed0014d7f231cec031cd979c7060896c4b83defad /logcat-include.patch
parent9230e19f7da9e9ad8c59aab427da9c1afa948226 (diff)
downloadaur-feb89ebfedf7d6a75eb81433eb050fecc6153412.tar.gz
patched missing include (See 0739cd2)
Diffstat (limited to 'logcat-include.patch')
-rw-r--r--logcat-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/logcat-include.patch b/logcat-include.patch
new file mode 100644
index 000000000000..51d30477f601
--- /dev/null
+++ b/logcat-include.patch
@@ -0,0 +1,12 @@
+diff --git a/src/datasync/datatypestore.h b/src/datasync/datatypestore.h
+index f63f281..3734b6b 100644
+--- a/src/datasync/datatypestore.h
++++ b/src/datasync/datatypestore.h
+@@ -5,6 +5,7 @@
+
+ #include <QtCore/qobject.h>
+ #include <QtCore/qdebug.h>
++#include <QtCore/qloggingcategory.h>
+
+ #include "QtDataSync/qtdatasync_global.h"
+ #include "QtDataSync/datastore.h"