From ba503b676eb770c4f3cec3af09f9ba242d22e3f3 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Fri, 20 Jun 2025 17:30:35 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20'incomplete=20type=20=E2=80=98LegoGameSta?= =?UTF-8?q?te=E2=80=99=20used=20in=20nested=20name=20specifier'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LEGO1/lego/legoomni/include/registrationbook.h | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/lego/legoomni/include/registrationbook.h b/LEGO1/lego/legoomni/include/registrationbook.h index b6e60ae0..c49d6bec 100644 --- a/LEGO1/lego/legoomni/include/registrationbook.h +++ b/LEGO1/lego/legoomni/include/registrationbook.h @@ -1,6 +1,7 @@ #ifndef REGISTRATIONBOOK_H #define REGISTRATIONBOOK_H +#include "legogamestate.h" #include "legoworld.h" class InfocenterState;