mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02: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:
@@ -20,3 +20,4 @@
|
|||||||
#include <strsafe.h>
|
#include <strsafe.h>
|
||||||
#include <Shlwapi.h>
|
#include <Shlwapi.h>
|
||||||
#include <ProjectTelemetry.h>
|
#include <ProjectTelemetry.h>
|
||||||
|
#include <thread>
|
||||||
|
|||||||
Reference in New Issue
Block a user