From 113c39c11cb94e5f47682d0ecee76220ab32a785 Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Kommuru Date: Mon, 16 Mar 2020 07:38:35 -0700 Subject: [PATCH] added shellapi header --- src/modules/launcher/Wox.Launcher/pch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/launcher/Wox.Launcher/pch.h b/src/modules/launcher/Wox.Launcher/pch.h index 769a37b377..8fca88842b 100644 --- a/src/modules/launcher/Wox.Launcher/pch.h +++ b/src/modules/launcher/Wox.Launcher/pch.h @@ -2,4 +2,5 @@ #define WIN32_LEAN_AND_MEAN #include #include -#include \ No newline at end of file +#include +#include \ No newline at end of file