qmltermwidget: fix ftbfs
This commit is contained in:
parent
3061913b90
commit
ecaeb6f5f8
1 changed files with 13 additions and 0 deletions
13
srcpkgs/qmltermwidget/patches/iswspace.patch
Normal file
13
srcpkgs/qmltermwidget/patches/iswspace.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: lib/TerminalCharacterDecoder.cpp
|
||||
===================================================================
|
||||
--- lib/TerminalCharacterDecoder.cpp.orig
|
||||
+++ lib/TerminalCharacterDecoder.cpp
|
||||
@@ -22,6 +22,8 @@
|
||||
// Own
|
||||
#include "TerminalCharacterDecoder.h"
|
||||
|
||||
+#include <cwctype>
|
||||
+
|
||||
// Qt
|
||||
#include <QTextStream>
|
||||
|
Loading…
Reference in a new issue