X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba8c1601448fa16d64c4e75a095f1cb037909c5b..199fbd7093daca4902bb42c9791574ad91d12565:/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