From 9ced091b19f458f86b2d9fa53b154d3fe0c374e1 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 4 Jan 2024 21:10:00 +0100 Subject: [PATCH] fixed Linux include --- src/common/platform/posix/sdl/i_system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/platform/posix/sdl/i_system.cpp b/src/common/platform/posix/sdl/i_system.cpp index 5fd531909..b563ed37a 100644 --- a/src/common/platform/posix/sdl/i_system.cpp +++ b/src/common/platform/posix/sdl/i_system.cpp @@ -65,7 +65,7 @@ #include "palutil.h" #include "st_start.h" #include "printf.h" -#include "common/widgets/launcherwindow.h" +#include "launcherwindow.h" #ifndef NO_GTK bool I_GtkAvailable ();