From b5397045db290c234a1e779b64538933f93b37b6 Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 3 Oct 2022 02:05:09 +0300 Subject: Begin implementing DMA: impl memory to VRAM --- utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.hpp') diff --git a/utils.hpp b/utils.hpp index 0c49739..930ae02 100644 --- a/utils.hpp +++ b/utils.hpp @@ -13,10 +13,10 @@ #endif #else #include +#include #define UNREACHABLE (assert((void*)0 == "Unreachable code reached"), abort(), 1) #endif - #include namespace Utils { -- cgit v1.2.3