mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-12 02:09:24 +08:00
fix compile issues for missing <thread>. I'm not sure why this wasn't needed before or in master.
This commit is contained in:
parent
640fade438
commit
47037220e0
@ -20,3 +20,4 @@
|
||||
#include <strsafe.h>
|
||||
#include <Shlwapi.h>
|
||||
#include <ProjectTelemetry.h>
|
||||
#include <thread>
|
||||
|
Loading…
Reference in New Issue
Block a user