From 1436bf0bededbfbad720d0f03ae0bdd0c3464d50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 2 May 2007 07:41:27 +0000 Subject: [PATCH] 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 --- src/common/hash.cpp | 1 + 1 file changed, 1 insertion(+) 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, -- 2.50.0