include <algorithm> to fix Windows build

This commit is contained in:
Paul Licameli 2016-01-21 10:41:03 -05:00
parent ad586b3e69
commit 97e8fe3864
4 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,8 @@ greater use in future.
#include "../Audacity.h"
#include "Effect.h"
#include <algorithm>
#include <wx/defs.h>
#include <wx/hashmap.h>
#include <wx/msgdlg.h>

View File

@ -17,6 +17,8 @@
#include "../Audacity.h"
#include "Paulstretch.h"
#include <algorithm>
#include <math.h>
#include <float.h>

View File

@ -18,6 +18,8 @@
#include "../Audacity.h"
#include "TruncSilence.h"
#include <algorithm>
#include <limits>
#include <math.h>

View File

@ -26,6 +26,8 @@ effects from this one class.
#include "../../Audacity.h"
#include <algorithm>
#include <math.h>
#include <locale.h>