From 1480d1d5a17a319e2000a7b2e323574512e7b179 Mon Sep 17 00:00:00 2001 From: Prashanth Nethi Date: Wed, 19 Oct 2016 11:34:45 +0530 Subject: [PATCH] Fixing compilation error in VS2010 and VS 2013 --- appshell/appshell_helpers_win.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appshell/appshell_helpers_win.cpp b/appshell/appshell_helpers_win.cpp index e916faef7..73a4f8635 100644 --- a/appshell/appshell_helpers_win.cpp +++ b/appshell/appshell_helpers_win.cpp @@ -31,6 +31,8 @@ #include #include +#include + extern DWORD g_appStartupTime; extern HINSTANCE hInst;