From ff19a446391f6a1d379689d52a0ac33a2af250df Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 27 Mar 2018 00:14:29 +0100 Subject: Missing #include for some platforms. --- src/wx/audio_plot.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 #include #include +#include using std::cout; using std::vector; -- cgit v1.2.3