From fb55843f3222d56550f294cc2b9c09e8011bd3ce Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 4 Jun 2014 21:34:17 +0000 Subject: [PATCH] Compilation fix to wxMSW tooltip code when not using PCH. Include the required header when not using PCH. See #16265. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/tooltip.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/tooltip.cpp b/src/msw/tooltip.cpp index 1ff9a95eb2..394ae2b17f 100644 --- a/src/msw/tooltip.cpp +++ b/src/msw/tooltip.cpp @@ -30,6 +30,7 @@ #include "wx/msw/wrapcctl.h" // include "properly" #include "wx/app.h" #include "wx/control.h" + #include "wx/toplevel.h" #endif #include "wx/tokenzr.h"