]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Added missing include (#9625).
[wxWidgets.git] / setup.h.in
index 6849432200d032d66ff865a2b3806f187c1ab85f..ebec1d786a8ace62f7890ea71ebafcff43941a0a 100644 (file)
  */
 #undef HAVE_GNU_CXX_HASH_MAP
 
+/*
+ * Define if your compiler has std::unordered_map
+ */
+#undef HAVE_STD_UNORDERED_MAP
+
+/*
+ * Define if your compiler has std::unordered_set
+ */
+#undef HAVE_STD_UNORDERED_SET
+
+/*
+ * Define if your compiler has std::tr1::unordered_map
+ */
+#undef HAVE_TR1_UNORDERED_MAP
+
+/*
+ * Define if your compiler has std::tr1::unordered_set
+ */
+#undef HAVE_TR1_UNORDERED_SET
+
 /*
  * Define if the compiler supports simple visibility declarations.
  */