[KeyboardListener] Add mutex include to resolve error

This commit is contained in:
Jeremy Sinclair 2023-10-11 14:21:31 -04:00
parent 46851929d4
commit 720a503b6b

View File

@ -1,7 +1,7 @@
#pragma once
#include "KeyboardListener.g.h"
#include <mutex>
#include <spdlog/stopwatch.h>
namespace winrt::PowerToys::PowerAccentKeyboardService::implementation