From 7a6705030c36b2d6b94da1acd5bdf2311e4efeb7 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 6 Dec 2013 16:36:22 -0600 Subject: [PATCH] Include shellapi.h in the updater on Windows. --- mmc_updater/src/Platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mmc_updater/src/Platform.h b/mmc_updater/src/Platform.h index c17951cc..6d9afdfb 100644 --- a/mmc_updater/src/Platform.h +++ b/mmc_updater/src/Platform.h @@ -9,6 +9,7 @@ #define PLATFORM_WINDOWS #define WIN32_LEAN_AND_MEAN #include + #include // disable warnings about exception specifications, // which are not implemented in Visual C++