added shellapi header

This commit is contained in:
Alekhya Reddy Kommuru 2020-03-16 07:38:35 -07:00
parent 078656fb8b
commit 113c39c11c

View file

@ -2,4 +2,5 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <common/common.h>
#include <ProjectTelemetry.h>
#include <ProjectTelemetry.h>
#include <shellapi.h>