[CDPx] fix for build break (#11234)

This commit is contained in:
Enrico Giordani
2021-05-12 12:06:26 -07:00
committed by GitHub
parent 48f2376aaa
commit 15d49776b3

View File

@@ -4,7 +4,8 @@
#include <common/interop/shared_constants.h> #include <common/interop/shared_constants.h>
#include "Helpers.h" #include "Helpers.h"
#include "InputInterface.h" #include "InputInterface.h"
#include <string>
#include <sstream>
// Function to split a wstring based on a delimiter and return a vector of split strings // Function to split a wstring based on a delimiter and return a vector of split strings
std::vector<std::wstring> Shortcut::splitwstring(const std::wstring& input, wchar_t delimiter) std::vector<std::wstring> Shortcut::splitwstring(const std::wstring& input, wchar_t delimiter)