changeset 1596:19da7fa80c3c

Add missing include
author Chris Cannam
date Thu, 09 Apr 2020 14:59:19 +0100
parents 8b78b3c330fb
children 7eb595837eaa
files widgets/PluginParameterBox.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/widgets/PluginParameterBox.cpp	Thu Apr 09 11:23:40 2020 +0100
+++ b/widgets/PluginParameterBox.cpp	Thu Apr 09 14:59:19 2020 +0100
@@ -31,6 +31,7 @@
 
 #include <iostream>
 #include <string>
+#include <memory>
 
 #include <cmath>