diff --git a/format.cc b/format.cc index 9fd32de4..0069c399 100644 --- a/format.cc +++ b/format.cc @@ -1163,6 +1163,8 @@ FMT_FUNC int fmt::fprintf(std::FILE *f, StringRef format, ArgList args) { #ifndef FMT_HEADER_ONLY +template class fmt::internal::BasicData; + // Explicit instantiations for char. template void fmt::internal::FixedBuffer::grow(std::size_t);