mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-24 17:18:00 +08:00
[KeyboardListener] Add mutex include to resolve error
This commit is contained in:
parent
46851929d4
commit
720a503b6b
@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "KeyboardListener.g.h"
|
#include "KeyboardListener.g.h"
|
||||||
|
#include <mutex>
|
||||||
#include <spdlog/stopwatch.h>
|
#include <spdlog/stopwatch.h>
|
||||||
|
|
||||||
namespace winrt::PowerToys::PowerAccentKeyboardService::implementation
|
namespace winrt::PowerToys::PowerAccentKeyboardService::implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user