gfxhook: Fix MSVC build

This commit is contained in:
2021-12-21 23:35:30 -05:00
parent cdbf6ad4e2
commit 494b3d684b
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>