mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Workaround build breakers. Needs review.
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.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#ifndef __AUDACITY_TYPES_H__
|
||||
#define __AUDACITY_TYPES_H__
|
||||
|
||||
#include <algorithm>
|
||||
#include <wx/string.h>
|
||||
#include <wx/arrstr.h>
|
||||
|
||||
|
Reference in New Issue
Block a user