Add missing include to fix build on gcc-11

wilder
Kurt Hindenburg 5 years ago
parent 7373f3b83c
commit 242213afd9
  1. 2
      src/terminalDisplay/TerminalPainter.cpp

@ -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);

Loading…
Cancel
Save