From 5cedb9b0c5ee60797c3328dbf80b81972a5855bc Mon Sep 17 00:00:00 2001 From: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> Date: Sat, 3 Apr 2021 23:23:43 +0200 Subject: [PATCH] Use stdint.h instead of cstdint for C compatibility --- include/memory/mappedmemory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/memory/mappedmemory.h b/include/memory/mappedmemory.h index f20a871..857484a 100644 --- a/include/memory/mappedmemory.h +++ b/include/memory/mappedmemory.h @@ -5,7 +5,7 @@ extern "C" { #endif -#include +#include extern uint32_t MemoryMappingEffectiveToPhysical(uint32_t address);