This patch is part of a series of patches for speech-tools for Debian GNU/Linux, which primarily fix build errors with GCC 4.3 and newer. Index: b/base_class/EST_TSimpleMatrix.cc =================================================================== --- a/base_class/EST_TSimpleMatrix.cc +++ b/base_class/EST_TSimpleMatrix.cc @@ -45,6 +45,7 @@ #include #include #include "EST_cutils.h" +#include template void EST_TSimpleMatrix::copy_data(const EST_TSimpleMatrix &a) Index: b/base_class/EST_TSimpleVector.cc =================================================================== --- a/base_class/EST_TSimpleVector.cc +++ b/base_class/EST_TSimpleVector.cc @@ -44,6 +44,7 @@ #include "EST_matrix_support.h" #include #include "EST_cutils.h" +#include template void EST_TSimpleVector::copy(const EST_TSimpleVector &a) {