changeset 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 fd348f36c0d3
children 19bf27e4fb29
files widgets/PluginParameterBox.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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)