# HG changeset patch
# User Chris Cannam
# Date 1586448551 -3600
# Node ID 7eb595837eaa338c8c1a07a96d5e027241d1fc3e
# Parent  19da7fa80c3c65a93521d1b2470946e1735129cb
Fixes for mingw

diff -r 19da7fa80c3c -r 7eb595837eaa widgets/PluginParameterBox.cpp
--- a/widgets/PluginParameterBox.cpp	Thu Apr 09 14:59:19 2020 +0100
+++ b/widgets/PluginParameterBox.cpp	Thu Apr 09 17:09:11 2020 +0100
@@ -31,7 +31,6 @@
 
 #include <iostream>
 #include <string>
-#include <memory>
 
 #include <cmath>
 
diff -r 19da7fa80c3c -r 7eb595837eaa widgets/PluginParameterBox.h
--- a/widgets/PluginParameterBox.h	Thu Apr 09 14:59:19 2020 +0100
+++ b/widgets/PluginParameterBox.h	Thu Apr 09 17:09:11 2020 +0100
@@ -20,6 +20,7 @@
 
 #include <QFrame>
 #include <map>
+#include <memory>
 
 class AudioDial;
 class QDoubleSpinBox;
diff -r 19da7fa80c3c -r 7eb595837eaa widgets/PluginParameterDialog.h
--- a/widgets/PluginParameterDialog.h	Thu Apr 09 14:59:19 2020 +0100
+++ b/widgets/PluginParameterDialog.h	Thu Apr 09 17:09:11 2020 +0100
@@ -22,6 +22,8 @@
 
 #include <vamp-hostsdk/PluginBase.h>
 
+#include <memory>
+
 class PluginParameterBox;
 class QWidget;
 class QPushButton;