diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-28 15:32:20 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-28 15:37:01 -0300 |
commit | 0afd5e65f3c647c24fb572eade9204ff9e65fa6c (patch) | |
tree | 89843ea55cd8cf96a3a7210bc2ed484f0083ec20 /libre/smplayer/add-missing-QDataStream-include.patch | |
parent | 6ce15dccd86a8e707752fdd22f0ee20378fddf73 (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.patch | 11 |
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) |