void-packages/srcpkgs/grantlee5/patches/fix-qt513.patch
Jürgen Buchmüller a913479bff
grantlee5: fix build w/ qt5-5.13
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-07-17 19:04:06 +02:00

12 lines
287 B
Diff

--- templates/lib/lexer_p.h 2016-04-19 08:33:17.000000000 +0200
+++ templates/lib/lexer_p.h 2019-07-17 18:59:09.532287091 +0200
@@ -23,8 +23,7 @@
#include "textprocessingmachine_p.h"
#include "token.h"
-
-template <typename T> class QList;
+#include <QList>
namespace Grantlee
{