mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-11 12:14:53 +08:00
[CDPx] fix for build break (#11234)
This commit is contained in:
parent
48f2376aaa
commit
15d49776b3
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user