mirror of https://github.com/mgba-emu/mgba.git
Core: Fix missing include
This commit is contained in:
parent
c313f09518
commit
6e5a79564f
|
@ -6,6 +6,7 @@
|
|||
#include "core.h"
|
||||
|
||||
#include "core/log.h"
|
||||
#include "core/serialize.h"
|
||||
#include "util/vfs.h"
|
||||
|
||||
#if !defined(MINIMAL_CORE) || MINIMAL_CORE < 2
|
||||
|
|
Loading…
Reference in New Issue