add missing header to allow ../src/common/docview.cpp to compile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2005-11-02 09:18:52 +00:00
parent 60104cbafa
commit 60ff2335c4

View File

@@ -14,6 +14,7 @@
#include "wx/dynarray.h"
#include "wx/dialog.h"
#include "wx/listbox.h"
class WXDLLEXPORT wxListBox;