From 0aee35df0ccf3f66779abac8c626d5ea1769dae1 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Tue, 27 Apr 2021 00:37:44 -0700 Subject: [PATCH] [KBM] fix build error C2079 (#10959) * [KBM] fix build error C2079 * [KBM] one more fix --- src/common/utils/UnhandledExceptionHandler_x64.h | 1 + src/modules/keyboardmanager/common/Helpers.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/common/utils/UnhandledExceptionHandler_x64.h b/src/common/utils/UnhandledExceptionHandler_x64.h index 7aed1917c6..c8d0cd68dd 100644 --- a/src/common/utils/UnhandledExceptionHandler_x64.h +++ b/src/common/utils/UnhandledExceptionHandler_x64.h @@ -1,6 +1,7 @@ #include #include #include +#include #include #include "../logger/logger.h" diff --git a/src/modules/keyboardmanager/common/Helpers.cpp b/src/modules/keyboardmanager/common/Helpers.cpp index d86be7623c..3c7f640c2f 100644 --- a/src/modules/keyboardmanager/common/Helpers.cpp +++ b/src/modules/keyboardmanager/common/Helpers.cpp @@ -1,5 +1,6 @@ #include "pch.h" #include "Helpers.h" +#include #include #include