~ubuntu-branches/ubuntu/oneiric/ecasound2.2/oneiric

« back to all changes in this revision

Viewing changes to libecasound/osc-gen-file.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-03-23 21:42:49 UTC
  • mfrom: (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080323214249-evlfv3y1o8q747la
Tags: 2.4.6.1-2
* Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
  Michlmayr (Closes: #454890).
- 13_gcc4: updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ------------------------------------------------------------------------
2
2
// osc-gen-file.cpp: Generic oscillator using envelope presets
3
 
// Copyright (C) 1999-2002,2004 Kai Vehmanen
 
3
// Copyright (C) 1999-2002,2004,2007 Kai Vehmanen
4
4
//
5
5
// Attributes:
6
6
//     eca-style-version: 3
20
20
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
21
21
// ------------------------------------------------------------------------
22
22
 
 
23
#include <cstdlib>
23
24
#include <vector>
24
25
#include <string>
25
26