Core: Fix missing include

This commit is contained in:
Jeffrey Pfau 2016-06-01 19:28:59 -07:00
parent c313f09518
commit 6e5a79564f
1 changed files with 1 additions and 0 deletions

View File

@ -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