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,5 +1,6 @@
#include <windows.h>
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>

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;

View File

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

View File

@ -3,6 +3,7 @@
#include <windows.h>
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>

View File

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

View File

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

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>

View File

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

View File

@ -1,5 +1,6 @@
#include <windows.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>

View File

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