From 58e96177347ec5f1bbcf730f2ebd8ca6484eefdb Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 23 Nov 2017 01:14:27 -0600 Subject: [PATCH] added missing include for std::bind usage --- spectrogramplot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectrogramplot.cpp b/spectrogramplot.cpp index 6c03b5d..edf76d7 100644 --- a/spectrogramplot.cpp +++ b/spectrogramplot.cpp @@ -26,7 +26,7 @@ #include #include #include - +#include #include #include "util.h"