From d4daa9fd40f7a91ad6536ebef10553763cefac13 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Fri, 18 Oct 2024 11:59:02 +0200 Subject: [PATCH] Fix build error due to missing include --- src/client/clientlauncher.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/clientlauncher.cpp b/src/client/clientlauncher.cpp index 938378df8a24c..a78872155db53 100644 --- a/src/client/clientlauncher.cpp +++ b/src/client/clientlauncher.cpp @@ -34,6 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "clientlauncher.h" #include "version.h" #include "renderingengine.h" +#include "settings.h" #include "util/tracy_wrapper.h" #include #include