gfxhook: Fix some clang-tidy warnings

This commit is contained in:
2021-12-21 23:54:29 -05:00
committed by Hay1tsme
parent 0702c306a6
commit db5b264155
8 changed files with 12 additions and 24 deletions

View File

@ -1,5 +1,7 @@
#pragma once
#include <windows.h>
#include <stddef.h>
#include <stdint.h>