From af582b09aad957511ccb59b7b93707c479aeb21d Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Mon, 30 Jun 2025 21:09:27 +0200 Subject: [PATCH] fixup! Fix headers for gui/ObjectTypes --- source/gui/ObjectTypes/CInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gui/ObjectTypes/CInput.cpp b/source/gui/ObjectTypes/CInput.cpp index c01e508eaa..d582237ff7 100644 --- a/source/gui/ObjectTypes/CInput.cpp +++ b/source/gui/ObjectTypes/CInput.cpp @@ -31,6 +31,7 @@ #include "lib/external_libraries/libsdl.h" #include "lib/timer.h" #include "lib/utf8.h" +#include "maths/Size2D.h" #include "maths/Vector2D.h" #include "ps/CStrIntern.h" #include "ps/ConfigDB.h" @@ -47,7 +48,6 @@ #include #include #include -#include #include #include #include