forked from TeamTofuShop/segatools
Add missing <assert.h> includes
Fixes non-PCH build.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#include <assert.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "amex/config.h"
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include <windows.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
Reference in New Issue
Block a user