From 2cf57a4abcb4bb552cb805c74c19b1ad21fba411 Mon Sep 17 00:00:00 2001 From: talha Date: Mon, 3 Feb 2025 11:44:41 +0500 Subject: Added miniaudio --- source/memory/arena.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/memory/arena.h') diff --git a/source/memory/arena.h b/source/memory/arena.h index 83ff277..ce167f9 100644 --- a/source/memory/arena.h +++ b/source/memory/arena.h @@ -1,5 +1,7 @@ #pragma once +#include + #ifndef ALIGNMENT #define ALIGNMENT (2*sizeof(void*)) #endif -- cgit v1.2.3