From 14c29c64a95e58de473732bca9a79a5135c3ffc8 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 1 Mar 2024 15:30:02 -0500 Subject: [PATCH] Add stdio.h header --- LEGO1/viewmanager/viewlodlist.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LEGO1/viewmanager/viewlodlist.cpp b/LEGO1/viewmanager/viewlodlist.cpp index bc860287..6d6dfdb2 100644 --- a/LEGO1/viewmanager/viewlodlist.cpp +++ b/LEGO1/viewmanager/viewlodlist.cpp @@ -2,6 +2,8 @@ #include "decomp.h" +#include + DECOMP_SIZE_ASSERT(ViewLODListManager, 0x14) DECOMP_SIZE_ASSERT(LODListBase, 0x10) DECOMP_SIZE_ASSERT(LODList, 0x10)