~ubuntu-branches/debian/lenny/vamp-plugin-sdk/lenny

« back to all changes in this revision

Viewing changes to vamp-sdk/hostext/PluginLoader.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:
42
42
 
43
43
#include <fstream>
44
44
#include <cctype> // tolower
 
45
#include <cstring>
45
46
 
46
47
#ifdef _WIN32
47
48