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

@ -1,3 +1,4 @@
#include <assert.h>
#include <stddef.h>
#include "amex/config.h"

View File

@ -1,5 +1,6 @@
#include <windows.h>
#include <assert.h>
#include <stdbool.h>
#include <stdint.h>