From: Václav Slavík Date: Wed, 2 May 2007 07:41:27 +0000 (+0000) Subject: include object.h so that delete has complete type X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1436bf0bededbfbad720d0f03ae0bdd0c3464d50 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 --- diff --git a/src/common/hash.cpp b/src/common/hash.cpp index 8333e1cdea..1e36fec843 100644 --- a/src/common/hash.cpp +++ b/src/common/hash.cpp @@ -26,6 +26,7 @@ #ifndef WX_PRECOMP #include "wx/hash.h" + #include "wx/object.h" #endif wxHashTableBase_Node::wxHashTableBase_Node( long key, void* value,