]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix for !USE_PCH (patch 569132)
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Jun 2002 22:05:21 +0000 (22:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Jun 2002 22:05:21 +0000 (22:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/toplevel.cpp

index 97580ec69e7c7591f418d68ff6daa86f3b71eba2..fd59bcdb2d2a4e93e83149460e3b6fc3cd541c92 100644 (file)
@@ -35,6 +35,7 @@
     #include "wx/log.h"
     #include "wx/intl.h"
     #include "wx/frame.h"
+    #include "wx/containr.h"        // wxSetFocusToChild()
 #endif //WX_PRECOMP
 
 #include "wx/msw/private.h"