From a0190e4bbdbadbc282249d5051d11660f561796b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 26 Aug 2016 10:26:33 -0700 Subject: [PATCH] Add a missing include --- fmt/format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fmt/format.h b/fmt/format.h index 10ae61bd..f1194e06 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -28,6 +28,7 @@ #ifndef FMT_FORMAT_H_ #define FMT_FORMAT_H_ +#include #include #include #include