From 45c69aba67bf32dbfb7b74e9573f416fb045fbcf Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Fri, 20 Jun 2025 15:50:01 +0000 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'=20(#349)?= 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;