Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
d7f3fec7
Commit
d7f3fec7
authored
Apr 30, 2021
by
Kurt Hindenburg
Browse files
Add missing include to fix build on gcc-11
(cherry picked from commit
242213af
)
parent
ed2a9a9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/terminalDisplay/TerminalPainter.cpp
View file @
d7f3fec7
...
...
@@ -30,6 +30,8 @@
#include
<QDebug>
#include
<QtMath>
#include
<optional>
// we use this to force QPainter to display text in LTR mode
// more information can be found in: https://unicode.org/reports/tr9/
const
QChar
LTR_OVERRIDE_CHAR
(
0x202D
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment