commit | b4aa177701a2ddcd3390eccc95c0e06cd9b587ef | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Aug 14 03:18:45 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Aug 14 03:18:45 2015 +0000 |
tree | 7efd34b0ec2a171687f6679afbbf7909e5ca7827 | |
parent | ba7284aee2df23d80eda3a78e73d98eaed8e16a7 [diff] | |
parent | 782daf892d5f68e51200a4da48e9ab1bc1dedd23 [diff] |
am 782daf89: Merge "Fix the Mac libbase build." * commit '782daf892d5f68e51200a4da48e9ab1bc1dedd23': 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>