From: Václav Slavík Date: Fri, 11 Aug 2006 12:17:15 +0000 (+0000) Subject: compilation fix for compilation w/o precompiled headers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dad5ae6ddcf6e81b7fe881a2a2d790d78ad13e3c compilation fix for compilation w/o precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/topluniv.cpp b/src/univ/topluniv.cpp index a7c87890d6..ec7f1d6652 100644 --- a/src/univ/topluniv.cpp +++ b/src/univ/topluniv.cpp @@ -28,6 +28,7 @@ #include "wx/settings.h" #include "wx/bitmap.h" #include "wx/image.h" + #include "wx/frame.h" #endif #include "wx/univ/renderer.h"