gfxhook: Fix MSVC build

This commit is contained in:
2021-12-21 23:35:30 -05:00
committed by Hay1tsme
parent 7c90a79f69
commit 0702c306a6
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include <windows.h>
#include <d3d11.h>
#include <dxgi.h>
#include <d3d11.h>
#include <assert.h>
#include <stdbool.h>