From e9a05074a9d8cfa9ccdc5c70b29d79d805dc57b0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 17 Oct 2004 14:28:26 +0000 Subject: [PATCH] compilation fix for !USE_PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/statbar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/statbar.cpp b/src/common/statbar.cpp index 1a0b98a561..641a772927 100644 --- a/src/common/statbar.cpp +++ b/src/common/statbar.cpp @@ -29,6 +29,7 @@ #endif #ifndef WX_PRECOMP + #include "wx/frame.h" #include "wx/statusbr.h" #endif //WX_PRECOMP -- 2.50.0