1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-16 16:47:41 +02:00

Add #include <algorithm> for Windows

This commit is contained in:
Steve Daulton 2016-06-07 11:23:11 +01:00
parent 78d7ce8aa7
commit fca6285315

View File

@ -18,6 +18,7 @@
#include "BassTreble.h"
#include <math.h>
#include <algorithm>
#include <wx/button.h>
#include <wx/intl.h>