commit | f40df23eebdc0fb367ea265be98a4f86b6efbc94 | [log] [tgz] |
---|---|---|
author | Craig Tiller <ctiller@google.com> | Fri Mar 25 13:38:14 2016 -0700 |
committer | Craig Tiller <ctiller@google.com> | Fri Mar 25 13:38:14 2016 -0700 |
tree | bdad84361157815b91138e2a6ebdbedefe7c19c7 | |
parent | b7b20fee9649c57df0aef8cb54f85465312bab80 [diff] [blame] |
Auto-changes
diff --git a/test/cpp/util/test_config.cc b/test/cpp/util/test_config.cc index e74f8fb..8711746 100644 --- a/test/cpp/util/test_config.cc +++ b/test/cpp/util/test_config.cc
@@ -31,8 +31,8 @@ * */ -#include <gflags/gflags.h> #include "test/cpp/util/test_config.h" +#include <gflags/gflags.h> // In some distros, gflags is in the namespace google, and in some others, // in gflags. This hack is enabling us to find both.