diff --git a/Framework/Indexing/src/IndexInfo.cpp b/Framework/Indexing/src/IndexInfo.cpp
index a70b756633c422b816da71555278649e80692692..d7f017e3609d10113e0590b6399aeca8d434da29 100644
--- a/Framework/Indexing/src/IndexInfo.cpp
+++ b/Framework/Indexing/src/IndexInfo.cpp
@@ -261,9 +261,10 @@ void IndexInfo::makeSpectrumNumberTranslator(
       std::move(spectrumNumbers), std::move(partitioner), partition);
 }
 
-template IndexInfo::IndexInfo(std::vector<SpectrumNumber>, const IndexInfo &);
-template IndexInfo::IndexInfo(std::vector<GlobalSpectrumIndex>,
-                              const IndexInfo &);
+template MANTID_INDEXING_DLL IndexInfo::IndexInfo(std::vector<SpectrumNumber>,
+                                                  const IndexInfo &);
+template MANTID_INDEXING_DLL
+IndexInfo::IndexInfo(std::vector<GlobalSpectrumIndex>, const IndexInfo &);
 
 } // namespace Indexing
 } // namespace Mantid