commit | 80d769ee444361019135857aed6e3e7412fcb9de | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Mar 27 06:35:54 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 27 06:35:54 2015 +0000 |
tree | c00e797113c50d2a1cf8ac1c882875320f68c70c | |
parent | d42e89341935a4f8f710ae3dba3539583b25b9ff [diff] | |
parent | ada6bbcb3648e43ef0ae0c02cd2d7b7168e76b24 [diff] |
Merge "Pull in Windows compatibility header."
diff --git a/base/file.cpp b/base/file.cpp index 118071e..a51c5ff 100644 --- a/base/file.cpp +++ b/base/file.cpp
@@ -26,6 +26,7 @@ #include "base/macros.h" // For TEMP_FAILURE_RETRY on Darwin. #define LOG_TAG "base.file" #include "cutils/log.h" +#include "utils/Compat.h" namespace android { namespace base {