summaryrefslogtreecommitdiff
path: root/libre/smplayer/add-missing-QDataStream-include.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-28 15:32:20 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:14:57 -0300
commit5d7b611882cbf535586267a113301a4d43613576 (patch)
tree4a44b2e9e4a1a0f922672f191aba1512ff7c618a /libre/smplayer/add-missing-QDataStream-include.patch
parent5ed4b32b9c5370b44508bc623966c2dd3038d51b (diff)
smplayer-14.9.0.6994-1.parabola1: updating version
Diffstat (limited to 'libre/smplayer/add-missing-QDataStream-include.patch')
-rw-r--r--libre/smplayer/add-missing-QDataStream-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/smplayer/add-missing-QDataStream-include.patch b/libre/smplayer/add-missing-QDataStream-include.patch
new file mode 100644
index 000000000..5f37b0957
--- /dev/null
+++ b/libre/smplayer/add-missing-QDataStream-include.patch
@@ -0,0 +1,11 @@
+diff -upr smplayer-14.9.0.6994.orig/src/qtsingleapplication/qtlocalpeer.cpp smplayer-14.9.0.6994/src/qtsingleapplication/qtlocalpeer.cpp
+--- smplayer-14.9.0.6994.orig/src/qtsingleapplication/qtlocalpeer.cpp 2013-08-30 03:53:57.000000000 +0300
++++ smplayer-14.9.0.6994/src/qtsingleapplication/qtlocalpeer.cpp 2015-08-28 11:37:18.435899495 +0300
+@@ -41,6 +41,7 @@
+
+ #include "qtlocalpeer.h"
+ #include <QCoreApplication>
++#include <QDataStream>
+ #include <QTime>
+
+ #if defined(Q_OS_WIN)