commit | 763fab6aba4707f277bb1756412320f14eaf642c | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Mon Mar 03 16:12:05 2014 -0800 |
committer | Kenny Root <kroot@android.com> | Tue Mar 04 00:15:02 2014 +0000 |
tree | 56a8d18b1ca4e1ba0ff03b9d1202a1f548255e25 | |
parent | f796ca0715d0cb6f5afe00b3df00e80f99e186f7 [diff] [blame] |
Include what is used If you use it, you should put an #include in it. Change-Id: I8919fe2e48adb7cc19173cc44838547a2015288f
diff --git a/runtime/compiler_callbacks.h b/runtime/compiler_callbacks.h index 9045f3a..7233d8e 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 {