fix compile issues for missing <thread>. I'm not sure why this wasn't needed before or in master.

This commit is contained in:
ryanbodrug-microsoft 2020-05-06 00:54:06 -07:00
parent 640fade438
commit 47037220e0

View file

@ -20,3 +20,4 @@
#include <strsafe.h>
#include <Shlwapi.h>
#include <ProjectTelemetry.h>
#include <thread>