From 20e0212c0a6c0f6e2f12a3a7d76afdbb412bdc07 Mon Sep 17 00:00:00 2001 From: Lucas Dworschak Date: Wed, 17 Jan 2024 15:52:10 +0100 Subject: [PATCH] Bug fix: used lower case qDebug in include --- nucleus/map_label/MapLabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucleus/map_label/MapLabel.cpp b/nucleus/map_label/MapLabel.cpp index e28c44de..3a9a942f 100644 --- a/nucleus/map_label/MapLabel.cpp +++ b/nucleus/map_label/MapLabel.cpp @@ -21,7 +21,7 @@ #include "CharUtils.h" #include "srs.h" -#include +#include #include "stb_slim/stb_truetype.h"