texmaker/texmaker-include-qdatastream-header.patch

13 lines
372 B
Diff

Index: texmaker-4.4.1/singleapp/qtlocalpeer.cpp
===================================================================
--- texmaker-4.4.1.orig/singleapp/qtlocalpeer.cpp
+++ texmaker-4.4.1/singleapp/qtlocalpeer.cpp
@@ -42,6 +42,7 @@
#include "qtlocalpeer.h"
#include <QCoreApplication>
#include <QTime>
+#include <QDataStream>
#if defined(Q_OS_WIN)
#include <QLibrary>