From 9afed9b15c2d22b3e8c33a089eecae267ee5e31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 26 Jan 2003 16:22:28 +0000 Subject: [PATCH] compilation fixes (bug #672413) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/memory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/memory.cpp b/src/common/memory.cpp index 0af3fa2c1a..0f44178f44 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -33,6 +33,7 @@ #ifndef WX_PRECOMP #include "wx/utils.h" #include "wx/app.h" +#include "wx/hash.h" #endif #if wxUSE_THREADS