From 5e7be496a2d0480aaabbe9746a1a4576b469d301 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Fri, 10 Apr 2026 20:07:31 +1000 Subject: [PATCH] Util: Add missing includes to compress_helpers.h --- src/util/compress_helpers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/compress_helpers.h b/src/util/compress_helpers.h index bef94742b..b3181261c 100644 --- a/src/util/compress_helpers.h +++ b/src/util/compress_helpers.h @@ -4,9 +4,11 @@ #pragma once #include "common/heap_array.h" +#include "common/types.h" #include #include +#include class Error;