include object.h so that delete has complete type

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-05-02 07:41:27 +00:00
parent ba64d0b6d5
commit 1436bf0bed

View File

@@ -26,6 +26,7 @@
#ifndef WX_PRECOMP
#include "wx/hash.h"
#include "wx/object.h"
#endif
wxHashTableBase_Node::wxHashTableBase_Node( long key, void* value,