void-packages/srcpkgs/zeal/patches/add_qdatastream_include.patch
2015-09-20 11:37:55 +02:00

15 lines
365 B
Diff

https://github.com/zealdocs/zeal/issues/376
https://github.com/zealdocs/zeal/issues/380
diff --git a/src/main.cpp b/src/main.cpp
index 2160cd9..13f4627 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3,6 +3,7 @@
#include <QApplication>
#include <QCommandLineParser>
+#include <QDataStream>
#include <QDir>
#include <QLocalSocket>
#include <QStandardPaths>