@@ -45,6 +45,7 @@ | |||
#include "synthesize.h" | |||
#include "spect.h" | |||
#include "translate.h" | |||
#include "dictionary.h" | |||
#define N_ITEM_STRING 256 | |||
@@ -31,6 +31,7 @@ | |||
#include "phoneme.h" | |||
#include "voice.h" | |||
#include "synthesize.h" | |||
#include "dictionary.h" | |||
espeak_ng_STATUS | |||
create_file_error_context(espeak_ng_ERROR_CONTEXT *context, |
@@ -47,6 +47,7 @@ | |||
#include "voice.h" | |||
#include "synthesize.h" | |||
#include "translate.h" | |||
#include "dictionary.h" | |||
#include "ssml.h" | |||
static MNEM_TAB ssmltags[] = { |