diff --git a/src/snmalloc/pal/pal_windows.h b/src/snmalloc/pal/pal_windows.h index 6a8fc3848..00017a70e 100644 --- a/src/snmalloc/pal/pal_windows.h +++ b/src/snmalloc/pal/pal_windows.h @@ -52,7 +52,7 @@ namespace snmalloc // A list of reserved ranges, used to handle lazy commit on readonly pages. // We currently only need one, so haven't implemented a backup if the // initial 16 is insufficient. - inline static std::array, 16> reserved_ranges; + inline static stl::Array, 16> reserved_ranges; // Lock for the reserved ranges. inline static FlagWord reserved_ranges_lock{};