Add missing include
authorTudor Bosman <tudorb@fb.com>
Fri, 13 Jul 2012 23:40:30 +0000 (16:40 -0700)
committerTudor Bosman <tudorb@fb.com>
Sat, 14 Jul 2012 00:10:13 +0000 (17:10 -0700)
Test Plan: yes

Reviewed By: delong.j@fb.com

FB internal diff: D519897

folly/test/FormatTest.cpp

index ea66504f01c8149882ac229a098135a4cddd837d..e50ce3a2cd4c52594c9c43f77e2b4058f7b86f8a 100644 (file)
@@ -17,6 +17,7 @@
 #include "folly/Format.h"
 
 #include <glog/logging.h>
+#include <gflags/gflags.h>
 #include <gtest/gtest.h>
 
 #include "folly/FBVector.h"