commit | c0e367153a119da4938cc63fd496b08484a042c9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Aug 14 03:10:34 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 14 03:10:34 2015 +0000 |
tree | 7efd34b0ec2a171687f6679afbbf7909e5ca7827 | |
parent | 826bd4eb5c303687e93835b4906bd29498de828e [diff] | |
parent | 811229ac42be63a95124b3577cf1028e2624df92 [diff] |
Merge "Fix the Mac libbase build."
diff --git a/base/logging_test.cpp b/base/logging_test.cpp index a1e31a6..c12dfa5 100644 --- a/base/logging_test.cpp +++ b/base/logging_test.cpp
@@ -16,6 +16,8 @@ #include "base/logging.h" +#include <libgen.h> + #include <regex> #include <string>