diff --git a/fmt/format.h b/fmt/format.h index 8d3e694d..58b416be 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -431,6 +431,8 @@ typedef BasicWriter WWriter; template class ArgFormatter; +struct FormatSpec; + template class BasicPrintfArgFormatter;