Added #include for wx/propgrid/advprops.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-01-10 12:38:52 +00:00
parent 0371f89b7a
commit 5e2ab81dbc

View File

@@ -11,6 +11,7 @@
#include "wx/wx.h" #include "wx/wx.h"
#include "wx/propgrid/propgrid.h" #include "wx/propgrid/propgrid.h"
#include "wx/propgrid/advprops.h"
class MyFrame : public wxFrame class MyFrame : public wxFrame
{ {