From d3c1ccf52d4415bd4721064b2d335e621141fe59 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Mon, 29 Apr 2024 08:24:48 +1000 Subject: [PATCH] Fix last commit whoops --- src/LBackend.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/LBackend.c b/src/LBackend.c index cac3cf69e..064d4e74f 100644 --- a/src/LBackend.c +++ b/src/LBackend.c @@ -24,6 +24,9 @@ #include "Input.h" #include "Utils.h" #include "Event.h" +#include "Stream.h" +#include "Logger.h" +#include "Errors.h" struct FontDesc titleFont, textFont, hintFont, logoFont, rowFont; /* Contains the pixels that are drawn to the window */