Add missing <assert.h> includes

Fixes non-PCH build.
This commit is contained in:
Tau
2019-09-01 11:40:25 -04:00
parent 3b54f30171
commit 05e4dda8e6
11 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include "amex/jvs.h"
#include "amex/sram.h"
#include <assert.h>
HRESULT amex_hook_init(const struct amex_config *cfg)
{
HRESULT hr;