mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 16:39:30 +02:00
These changes fix a broken build in Windows. #include <algorithm> needed for min/max to be in std. decltype(+name) was declaring a const variable, that could not be incremented. Changed to auto.