~ubuntu-branches/ubuntu/warty/speech-tools/warty

« back to all changes in this revision

Viewing changes to include/EST_model_types.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2004-04-29 08:07:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040429080731-i18e2g1tv8pala5l
Tags: 1:1.2.3-7
* set SHARED=2 in config.in
  - required to build a shared Festival library

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
#include <stdlib.h>
41
41
#include <stdio.h>
42
 
#include <fstream.h>
 
42
#include <fstream>
43
43
#include "EST.h"
44
44
#include "EST_Handleable.h"
45
45
#include "EST_THandle.h"