--- lib_src/indexSet.cpp.orig 2013-10-01 10:15:14.000000000 +0200 +++ lib_src/indexSet.cpp 2013-10-01 10:15:03.000000000 +0200 @@ -390,3 +390,7 @@ template class indexSetComplement; template class indexSetComplement; +template indexSet::indexSet(unsigned long, goblinController &); +template indexSet::~indexSet(); +template indexSet::indexSet(unsigned short, goblinController &); +template indexSet::~indexSet();