From 15d49776b349d95f3051c29958aa93784c641831 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Wed, 12 May 2021 12:06:26 -0700 Subject: [PATCH] [CDPx] fix for build break (#11234) --- src/modules/keyboardmanager/common/Shortcut.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/keyboardmanager/common/Shortcut.cpp b/src/modules/keyboardmanager/common/Shortcut.cpp index 07394a708c..28af6515be 100644 --- a/src/modules/keyboardmanager/common/Shortcut.cpp +++ b/src/modules/keyboardmanager/common/Shortcut.cpp @@ -4,7 +4,8 @@ #include #include "Helpers.h" #include "InputInterface.h" - +#include +#include // Function to split a wstring based on a delimiter and return a vector of split strings std::vector Shortcut::splitwstring(const std::wstring& input, wchar_t delimiter)