diff options
Diffstat (limited to 'openjdkjvmti/ti_thread.h')
-rw-r--r-- | openjdkjvmti/ti_thread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openjdkjvmti/ti_thread.h b/openjdkjvmti/ti_thread.h index c5443bfb9f..5bf8a3fd14 100644 --- a/openjdkjvmti/ti_thread.h +++ b/openjdkjvmti/ti_thread.h @@ -39,6 +39,7 @@ #include "base/macros.h" #include "base/mutex.h" +#include "handle.h" #include "thread.h" namespace art { @@ -46,6 +47,9 @@ class ArtField; class ScopedObjectAccessAlreadyRunnable; class Thread; class Closure; +namespace mirror { +class Throwable; +} // namespace mirror } // namespace art namespace openjdkjvmti { |