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

« back to all changes in this revision

Viewing changes to vamp-sdk/PluginAdapter.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:
35
35
*/
36
36
 
37
37
#include "PluginAdapter.h"
 
38
#include <cstring>
 
39
#include <cstdlib>
38
40
 
39
41
//#define DEBUG_PLUGIN_ADAPTER 1
40
42