commit | 4af70b4e153831f267d7f2b51327dd1ffda0277e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Nov 28 18:02:16 2017 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Nov 28 18:02:16 2017 -0800 |
tree | debdf36b2fe9a0cc954f2c72f43859d5ab1d7e2a | |
parent | 0a25aa60a2a7cc6b681dd2e31321000cedbff77e [diff] [blame] |
Fix Mac build. Bug: N/A Test: builds Change-Id: I98e44bc7ec2534443a1973aacf4bb97853b3a51f
diff --git a/tests/utils.h b/tests/utils.h index 9a8eb5d..410b427 100644 --- a/tests/utils.h +++ b/tests/utils.h
@@ -29,6 +29,7 @@ #include <regex> #include <android-base/file.h> +#include <android-base/macros.h> #include <android-base/scopeguard.h> #include <android-base/stringprintf.h>