From 4914eb552f4e7edd23c5111a834f077737974f2f Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 10 Feb 2024 17:04:32 +0100 Subject: [PATCH] chore: fix linux build --- src/ObjCommon/Sound/FlacDecoder.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ObjCommon/Sound/FlacDecoder.cpp b/src/ObjCommon/Sound/FlacDecoder.cpp index cff3072f..b709029f 100644 --- a/src/ObjCommon/Sound/FlacDecoder.cpp +++ b/src/ObjCommon/Sound/FlacDecoder.cpp @@ -1,6 +1,7 @@ #include "FlacDecoder.h" #include "Utils/Alignment.h" +#include "Utils/ClassUtils.h" #include "Utils/Endianness.h" #include "Utils/FileUtils.h"