X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba8c1601448fa16d64c4e75a095f1cb037909c5b..b913d3ed6e9683c477fac4c12021f5e53bdf5675:/src/common/hash.cpp diff --git a/src/common/hash.cpp b/src/common/hash.cpp index db2a5a141a..1df6c30b78 100644 --- a/src/common/hash.cpp +++ b/src/common/hash.cpp @@ -34,6 +34,8 @@ #include "wx/hash.h" +#if !wxUSE_STL + #include #include @@ -722,3 +724,4 @@ void wxHashTable::Clear () m_count = 0; } +#endif // !wxUSE_STL