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

@ -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>