summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-27 00:14:29 +0100
committerCarl Hetherington <cth@carlh.net>2018-03-27 00:14:29 +0100
commitff19a446391f6a1d379689d52a0ac33a2af250df (patch)
tree7e433d51c28ac68d3474a9355a337a369c0f6450 /src
parenta423c0a0a6c891d0cacd42a3ac04c110c5f2be2e (diff)
Missing #include for some platforms.
Diffstat (limited to 'src')
-rw-r--r--src/wx/audio_plot.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc
index cabbd206a..079f69cdc 100644
--- a/src/wx/audio_plot.cc
+++ b/src/wx/audio_plot.cc
@@ -26,6 +26,7 @@
#include <wx/graphics.h>
#include <boost/bind.hpp>
#include <iostream>
+#include <cfloat>
using std::cout;
using std::vector;