From 8e471ad416761b1e59ba86aebbfe9bcb65d16613 Mon Sep 17 00:00:00 2001 From: Markus Ransberger Date: Tue, 22 Aug 2023 17:57:10 +0200 Subject: [PATCH] Fix for missed header renaming. --- src/matrix/render_functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/render_functions.cpp b/src/matrix/render_functions.cpp index e9c94a1..9e0824a 100644 --- a/src/matrix/render_functions.cpp +++ b/src/matrix/render_functions.cpp @@ -1,5 +1,5 @@ #include -#include "wordclock_functions.h" +#include "render_functions.h" #include "ledmatrix.h" #include "udp_logger.h"