From 763fab6aba4707f277bb1756412320f14eaf642c Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Mon, 3 Mar 2014 16:12:05 -0800 Subject: Include what is used If you use it, you should put an #include in it. Change-Id: I8919fe2e48adb7cc19173cc44838547a2015288f --- runtime/compiler_callbacks.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/compiler_callbacks.h') diff --git a/runtime/compiler_callbacks.h b/runtime/compiler_callbacks.h index 9045f3af71..7233d8ee7f 100644 --- a/runtime/compiler_callbacks.h +++ b/runtime/compiler_callbacks.h @@ -18,6 +18,7 @@ #define ART_RUNTIME_COMPILER_CALLBACKS_H_ #include "class_reference.h" +#include "locks.h" namespace art { -- cgit v1.2.3-59-g8ed1b