From 447e02c54c597ca06d9f3622e331154326bb08d8 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 15 Feb 2014 10:48:34 -0800 Subject: [PATCH] Add a missing using declaration. --- format.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/format.cc b/format.cc index 37f07a1a..ae38e0da 100644 --- a/format.cc +++ b/format.cc @@ -37,6 +37,8 @@ #include #include +using fmt::ULongLong; + namespace { #ifndef _MSC_VER