diff --git a/format.cc b/format.cc index 7b15ce71..eb76e02a 100644 --- a/format.cc +++ b/format.cc @@ -45,6 +45,7 @@ using std::size_t; using fmt::BasicFormatter; using fmt::IntFormatter; using fmt::Formatter; +using fmt::AlignSpec; using fmt::FormatSpec; using fmt::WidthSpec; using fmt::StringRef;