From feed47e6eb040967f2fc0c60f293b7889df5b33e Mon Sep 17 00:00:00 2001 From: zdebanos <68843589+zdebanos@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:06:06 +0200 Subject: [PATCH] Local include in qvterminal.cpp --- src/qvterminal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qvterminal.cpp b/src/qvterminal.cpp index 015b221..c8d91d1 100644 --- a/src/qvterminal.cpp +++ b/src/qvterminal.cpp @@ -15,7 +15,7 @@ # include #endif -#include +#include "vt/vt100.h" static const int xMargin = 3; static const int yMargin = 3;