From: Václav Slavík Date: Mon, 9 Apr 2007 06:47:51 +0000 (+0000) Subject: compilation fix: needs wx/string.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1918a4c47f3cb9414556684f9a24edf90504a884?hp=bafddbe8829ed0a02a3a7502351dce3698caa7fe compilation fix: needs wx/string.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/hash.h b/include/wx/hash.h index d8dc5e5814..19ca8f06eb 100644 --- a/include/wx/hash.h +++ b/include/wx/hash.h @@ -13,6 +13,7 @@ #define _WX_HASH_H__ #include "wx/defs.h" +#include "wx/string.h" #define wxUSE_OLD_HASH_TABLE 0