From 86ad5903b94d00e7c7625a705f6cd22301607ccd Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 5 Apr 2010 17:52:05 +0000 Subject: [PATCH] non PCH compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/taskbar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/taskbar.cpp b/src/msw/taskbar.cpp index a2d2d8e087..8e98935c90 100644 --- a/src/msw/taskbar.cpp +++ b/src/msw/taskbar.cpp @@ -24,6 +24,7 @@ #include "wx/frame.h" #include "wx/utils.h" #include "wx/menu.h" + #include "wx/app.h" #endif #include "wx/msw/wrapshl.h"