[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,8 @@
#include <common/interop/shared_constants.h>
#include "Helpers.h"
#include "InputInterface.h"
#include <string>
#include <sstream>
// 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)