X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e1d513ea393c769cc83e4bc69cec34c3d0a9507..835165d576b66441987b78519e6ef1fe74ea795a:/include/wx/hashset.h?ds=inline diff --git a/include/wx/hashset.h b/include/wx/hashset.h index 250f530431..d971d1f411 100644 --- a/include/wx/hashset.h +++ b/include/wx/hashset.h @@ -17,7 +17,7 @@ // see comment in wx/hashmap.h which also applies to different standard hash // set classes -#if wxUSE_STL && \ +#if wxUSE_STD_CONTAINERS && \ (defined(HAVE_STD_UNORDERED_SET) || defined(HAVE_TR1_UNORDERED_SET)) #if defined(HAVE_STD_UNORDERED_SET) @@ -30,7 +30,7 @@ #error Update this code: unordered_set is available, but I do not know where. #endif -#elif wxUSE_STL && defined(HAVE_STL_HASH_MAP) +#elif wxUSE_STD_CONTAINERS && defined(HAVE_STL_HASH_MAP) #if defined(HAVE_EXT_HASH_MAP) #include