From b37761327ed545da997934c18630ff80d68dc71c Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Thu, 12 May 2016 00:18:08 -0700 Subject: [PATCH] GBA Core: Fix missing include --- src/gba/core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gba/core.c b/src/gba/core.c index a2aec489f..4eef3da65 100644 --- a/src/gba/core.c +++ b/src/gba/core.c @@ -7,6 +7,7 @@ #include "core/core.h" #include "core/log.h" +#include "arm/debugger/debugger.h" #include "gba/cheats.h" #include "gba/gba.h" #include "gba/extra/cli.h"