summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ept/debtags/debtags.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ept/debtags/debtags.cc b/ept/debtags/debtags.cc
index 383bb02..068330f 100644
--- a/ept/debtags/debtags.cc
+++ b/ept/debtags/debtags.cc
@@ -210,4 +210,7 @@ void Debtags::sendPatch(const PatchList<std::string, std::string>& patch)
#include <tagcoll/TextFormat.tcc>
//#include <tagcoll/stream/filters.tcc>
+// Explicit template instantiations for our stuff
+template class tagcoll::coll::Fast<std::string, std::string>;
+
// vim:set ts=4 sw=4: