From 1ddd1d1ee936f84ebae2189fd0d22510a8e23174 Mon Sep 17 00:00:00 2001 From: Isaac0-dev <62234577+Isaac0-dev@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:52:29 +1000 Subject: [PATCH] fix a compile error --- src/pc/controller/controller_system.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pc/controller/controller_system.h b/src/pc/controller/controller_system.h index fedc8882e..fb4068288 100644 --- a/src/pc/controller/controller_system.h +++ b/src/pc/controller/controller_system.h @@ -1,3 +1,5 @@ +#include + struct ControllerInfo { u8 index; u32 type;