From f85c0737e453b5480b8a6f6dd962d57f1218932b Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Sat, 24 Aug 2019 14:37:45 +0100 Subject: [PATCH] (3DS) Build fix --- gfx/common/ctr_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/common/ctr_common.h b/gfx/common/ctr_common.h index 6f12e2bf0d..161f07c856 100644 --- a/gfx/common/ctr_common.h +++ b/gfx/common/ctr_common.h @@ -16,6 +16,7 @@ #ifndef CTR_COMMON_H__ #define CTR_COMMON_H__ +#include <3ds.h> #include #define COLOR_ABGR(r, g, b, a) (((unsigned)(a) << 24) | ((b) << 16) | ((g) << 8) | ((r) << 0))