From: Tudor Bosman Date: Fri, 13 Jul 2012 23:40:30 +0000 (-0700) Subject: Add missing include X-Git-Tag: v0.22.0~1238 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=73f06be3863eb65eab24fc40377df4fa099cb6e7;p=folly.git Add missing include Test Plan: yes Reviewed By: delong.j@fb.com FB internal diff: D519897 --- 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"