Added logging to keyboard manager (#9155)

This commit is contained in:
Mykhailo Pylyp
2021-01-18 19:38:42 +02:00
committed by GitHub
parent 3e59fe6877
commit 98a6e27957
8 changed files with 20 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
#include "winrt/Windows.UI.Core.h"
#include <winrt/Windows.UI.Xaml.Interop.h>
#include <mutex>
#include <common/logger/logger.h>
using namespace winrt;
using namespace Windows::UI;