From 058d15e4dd647f9e81a18a0e33eb50d1d523d838 Mon Sep 17 00:00:00 2001 From: Emil Lenngren Date: Fri, 13 May 2022 09:55:49 +0200 Subject: [PATCH] Fix compile error --- soh/src/code/z_lights.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soh/src/code/z_lights.c b/soh/src/code/z_lights.c index fbbad381a..bee677276 100644 --- a/soh/src/code/z_lights.c +++ b/soh/src/code/z_lights.c @@ -4,6 +4,8 @@ #include "objects/gameplay_keep/gameplay_keep.h" +#include "soh/frame_interpolation.h" + #define LIGHTS_BUFFER_SIZE 32 //#define LIGHTS_BUFFER_SIZE 1024 // Kill me