From 3c90a8736b58a3bfa3b5d9503163c33f9c39dfd3 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 12 Jan 2013 10:08:16 -0800 Subject: [PATCH] Fix the build. --- format.cc | 1 + 1 file changed, 1 insertion(+) 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;