Add a missing using declaration.

This commit is contained in:
Victor Zverovich 2014-02-15 10:48:34 -08:00
parent fb2be485d7
commit 447e02c54c

View File

@ -37,6 +37,8 @@
#include <cmath>
#include <cstdarg>
using fmt::ULongLong;
namespace {
#ifndef _MSC_VER