moved wx/panel include to correct wxGTK compilation error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-11-25 15:54:25 +00:00
parent 3f93aa54a9
commit 0b90b51ceb
2 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +28,6 @@
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/log.h"
#include "wx/panel.h"
#include "wx/frame.h"
#include "wx/button.h"
#include "wx/checkbox.h"

View File

@@ -19,6 +19,8 @@ class WXDLLEXPORT wxTextCtrl;
class WXDLLEXPORT WidgetsPageInfo;
#include "wx/panel.h"
// all source files use wxImageList
#include "wx/imaglist.h"