From 73f06be3863eb65eab24fc40377df4fa099cb6e7 Mon Sep 17 00:00:00 2001 From: Tudor Bosman Date: Fri, 13 Jul 2012 16:40:30 -0700 Subject: [PATCH] Add missing include Test Plan: yes Reviewed By: delong.j@fb.com FB internal diff: D519897 --- folly/test/FormatTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/test/FormatTest.cpp b/folly/test/FormatTest.cpp index ea66504f..e50ce3a2 100644 --- a/folly/test/FormatTest.cpp +++ b/folly/test/FormatTest.cpp @@ -17,6 +17,7 @@ #include "folly/Format.h" #include +#include #include #include "folly/FBVector.h" -- 2.34.1