openbsd-ports/math/kst/patches/patch-src_libkst_editablevector_cpp
rsadowski 61b88877b1 update kst to 2.0.8
- switch from KDE3/Qt3 to Qt5
- take maintainer to KDE porting team (zhuk@ and myself)
- (old) maintainer timeout
2017-10-04 21:04:33 +00:00

14 lines
378 B
Plaintext

$OpenBSD: patch-src_libkst_editablevector_cpp,v 1.1 2017/10/04 21:04:33 rsadowski Exp $
Index: src/libkst/editablevector.cpp
--- src/libkst/editablevector.cpp.orig
+++ src/libkst/editablevector.cpp
@@ -18,6 +18,7 @@
// Create QDataStream into a QByteArray
// qCompress the bytearray
#include <QXmlStreamWriter>
+#include <QDataStream>
#include "debug.h"
namespace Kst {