diff --git a/fizz/test/BogoShim.cpp b/fizz/test/BogoShim.cpp index 959d111a4da..c3f2a44133e 100644 --- a/fizz/test/BogoShim.cpp +++ b/fizz/test/BogoShim.cpp @@ -393,7 +393,7 @@ int main(int argc, char** argv) { } } - gflags::ParseCommandLineFlags(&argc, &argv, true); + folly::gflags::ParseCommandLineFlags(&argc, &argv, true); google::InitGoogleLogging(argv[0]); CryptoUtils::init();