Missing #include for some platforms.
authorCarl Hetherington <cth@carlh.net>
Mon, 26 Mar 2018 23:14:29 +0000 (00:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 26 Mar 2018 23:14:29 +0000 (00:14 +0100)
src/wx/audio_plot.cc

index cabbd206af5e0e22302e8d7decddc325bc3377c6..079f69cdc005cc03478f7a370376ef5909bd7d63 100644 (file)
@@ -26,6 +26,7 @@
 #include <wx/graphics.h>
 #include <boost/bind.hpp>
 #include <iostream>
+#include <cfloat>
 
 using std::cout;
 using std::vector;