summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/cool-retro-term-wctype.patch
blob: 790b0c44533581be98b159312a980edf8e6e4531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Submitted upstream at https://github.com/Swordfish90/cool-retro-term/issues/692

--- a/qmltermwidget/lib/TerminalCharacterDecoder.cpp	1969-12-31 18:00:01.000000000 -0600
+++ b/qmltermwidget/lib/TerminalCharacterDecoder.cpp	2021-12-27 22:07:04.452256118 -0600
@@ -19,6 +19,8 @@
     02110-1301  USA.
 */
 
+#include <cwctype>
+
 // Own
 #include "TerminalCharacterDecoder.h"