Util: Add missing includes to compress_helpers.h

pull/3711/head v0.1-11026
Stenzek 3 months ago
parent 7f5d9c0818
commit 5e7be496a2
No known key found for this signature in database

@ -4,9 +4,11 @@
#pragma once #pragma once
#include "common/heap_array.h" #include "common/heap_array.h"
#include "common/types.h"
#include <optional> #include <optional>
#include <span> #include <span>
#include <string_view>
class Error; class Error;

Loading…
Cancel
Save