openbsd-ports/math/kst/patches/patch-src_libkst_editablematrix_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
336 B
Plaintext

$OpenBSD: patch-src_libkst_editablematrix_cpp,v 1.1 2017/10/04 21:04:33 rsadowski Exp $
Index: src/libkst/editablematrix.cpp
--- src/libkst/editablematrix.cpp.orig
+++ src/libkst/editablematrix.cpp
@@ -19,6 +19,7 @@
#include "debug.h"
#include <qbytearray.h>
#include <QXmlStreamWriter>
+#include <QDataStream>
namespace Kst {