fix low-level kb hook disabling macro

This commit is contained in:
yuyoyuppe
2020-10-19 20:49:17 +03:00
committed by Andrey Nekrasov
parent 688f134051
commit 0aae535986
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#include "pch.h"
#include <functional>
#include <common/debug_control.h>
template<int... keys>
class GenericKeyHook

View File

@@ -1,6 +1,7 @@
#include "pch.h"
#include "centralized_kb_hook.h"
#include "common/common.h"
#include <common/common.h>
#include <common/debug_control.h>
namespace CentralizedKeyboardHook
{