1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-22 15:38:02 +02:00

Fix build error on Linux.

Header file <limits> required for std::numeric_limits
This commit is contained in:
Steve Daulton 2015-07-26 17:24:31 +01:00
parent cdc268f681
commit 5f164649c3

View File

@ -175,6 +175,7 @@ different formats.
#include <algorithm> #include <algorithm>
#include <math.h> #include <math.h>
#include <limits>
#include <wx/wx.h> #include <wx/wx.h>
#include <wx/dcmemory.h> #include <wx/dcmemory.h>