diff widgets/PluginParameterBox.cpp @ 78:967193b6c7aa

* Add BZipFileDevice to handle bzip2 compress/uncompress without all that ugly code in MainWindow.cpp * Remove all that ugly code in MainWindow.cpp and replace with uses of BZipFileDevice * Fix layer import/export for SV XML layers * and a few other minor fixes
author Chris Cannam
date Wed, 12 Apr 2006 09:59:40 +0000
parents 195ad6178ef8
children 5064eeb1c76f
line wrap: on
line diff
--- a/widgets/PluginParameterBox.cpp	Mon Apr 10 17:22:59 2006 +0000
+++ b/widgets/PluginParameterBox.cpp	Wed Apr 12 09:59:40 2006 +0000
@@ -29,6 +29,8 @@
 #include <iostream>
 #include <string>
 
+#include <cmath>
+
 PluginParameterBox::PluginParameterBox(Vamp::PluginBase *plugin, QWidget *parent) :
     QFrame(parent),
     m_plugin(plugin)