From 1215e762b538023049f9623f9866679a24be54c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 22 Mar 2021 01:11:25 +0100 Subject: Fix FTBFS due to missing include. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit d3370f11b5d346dd6aa0f7c7628525ccde140355) --- src/dbviewer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/dbviewer.cpp b/src/dbviewer.cpp index 5b0caa8..f198775 100644 --- a/src/dbviewer.cpp +++ b/src/dbviewer.cpp @@ -28,6 +28,7 @@ #include #include +#include #include #include -- cgit v1.2.1