void-packages/srcpkgs/zeal/patches/add_qdatastream_include.patch

16 lines
365 B
Diff
Raw Normal View History

2015-09-20 09:37:55 +00:00
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>