2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-05-31 21:47:44 +00:00

include memory for linux build

This commit is contained in:
Alex 2024-02-09 11:55:02 -05:00
parent bfed3d5e68
commit 54278a593a

View File

@ -1,5 +1,6 @@
#pragma once
#include <istream>
#include <memory>
class FlacDecoder
{