From 28a7c978f6332d082b42c676c727b3921888106c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 17 Apr 2024 09:04:45 +0200 Subject: [PATCH] Fix FTBFS from prior commit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kdbg/typetable.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/kdbg/typetable.cpp b/kdbg/typetable.cpp index f0aa7a9..007471b 100644 --- a/kdbg/typetable.cpp +++ b/kdbg/typetable.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #include #ifdef HAVE_CONFIG_H #include "config.h"