X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e1c5d6276dadefa53deebbd7fe5b766bad74cde..137c8bde085d6d5b7c459902d2ea1a198ab48765:/src/common/strconv.cpp?ds=sidebyside diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 49e78f40dd..ef07724797 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -19,6 +19,7 @@ #include "wx/intl.h" #include "wx/log.h" #include "wx/utils.h" + #include "wx/hashmap.h" #endif #include "wx/strconv.h" @@ -3073,7 +3074,6 @@ void wxCSConv::SetName(const wxChar *charset) } #if wxUSE_FONTMAP -#include "wx/hashmap.h" WX_DECLARE_HASH_MAP( wxFontEncoding, wxString, wxIntegerHash, wxIntegerEqual, wxEncodingNameCache );