~ubuntu-branches/ubuntu/trusty/vamp-plugin-sdk/trusty

« back to all changes in this revision

Viewing changes to host/vamp-simple-host.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2008-06-15 22:22:53 UTC
  • Revision ID: james.westby@ubuntu.com-20080615222253-snazvic4ea8j9l7w
Tags: 1.2-1.1
* NMU to fix build with gcc 4.3 (Closes: #482571, #483321)
  - vamp-sdk/PluginAdapter.cpp: #include <cstring> and <cstdlib>
  - vamp-sdk/PluginHostAdapter.cpp: <cstdlib>
  - vamp-sdk/hostext/PluginLoader.cpp: <cstring>
  - host/vamp-simple-host.cpp: <cstring> and <cstdlib>
* Bump Standards-Version to 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#include "system.h"
50
50
 
51
51
#include <cmath>
 
52
#include <cstring>
 
53
#include <cstdlib>
52
54
 
53
55
using namespace std;
54
56