mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 17:42:45 +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 "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)
|
||||
|
Loading…
Reference in New Issue
Block a user