]> git.saurik.com Git - wxWidgets.git/commitdiff
include object.h so that delete has complete type
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 2 May 2007 07:41:27 +0000 (07:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 2 May 2007 07:41:27 +0000 (07:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/hash.cpp

index 8333e1cdea03fa8f43f41a5281ecb25365153ad9..1e36fec843fbd3b6720f59059872922bd1f54327 100644 (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,