Fix non-PCH build

This commit is contained in:
Tau 2018-11-23 14:37:42 -05:00
parent 0bd8be6610
commit 0cbd950289
10 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,7 @@
#include <windows.h>
#include <assert.h>
#include "hook/iohook.h"
#include "nu/eeprom.h"

View File

@ -2,6 +2,7 @@
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include "util/dprintf.h"

View File

@ -1,5 +1,7 @@
#include <windows.h>
#include <assert.h>
#include "hook/iohook.h"
#include "nu/sram.h"

View File

@ -1,6 +1,7 @@
#include <windows.h>
#include <d3d9.h>
#include <stdbool.h>
#include <stdlib.h>
#include "hook/com-proxy.h"

View File

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