From 4519a2de3f0b614fbc09a876c99aa916995152e4 Mon Sep 17 00:00:00 2001 From: Bent Witthold Date: Thu, 19 Feb 2026 10:59:39 +0100 Subject: [PATCH] Added missing #include to core file. --- libs/BeetRoundCore/genericcore.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/BeetRoundCore/genericcore.cpp b/libs/BeetRoundCore/genericcore.cpp index dcc83fb..6283a50 100644 --- a/libs/BeetRoundCore/genericcore.cpp +++ b/libs/BeetRoundCore/genericcore.cpp @@ -15,6 +15,7 @@ #include "constants.h" #include "data/filehandler.h" #include "data/settingshandler.h" +#include "formats/jsonparser.h" #include "model/generalsortfiltermodel.h" #include "model/metadata.h" #include "model/modelsummary.h"