diff options
Diffstat (limited to 'runtime/stack.h')
-rw-r--r-- | runtime/stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack.h b/runtime/stack.h index 9d30115bb1..0edf4f5375 100644 --- a/runtime/stack.h +++ b/runtime/stack.h @@ -20,8 +20,8 @@ #include <stdint.h> #include <string> +#include "base/locks.h" #include "base/macros.h" -#include "base/mutex.h" #include "quick/quick_method_frame_info.h" #include "stack_map.h" |