summaryrefslogtreecommitdiff
path: root/runtime/object_lock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/object_lock.cc')
-rw-r--r--runtime/object_lock.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/object_lock.cc b/runtime/object_lock.cc
index b8754a4093..39ab52fb2d 100644
--- a/runtime/object_lock.cc
+++ b/runtime/object_lock.cc
@@ -17,6 +17,7 @@
#include "object_lock.h"
#include "mirror/object-inl.h"
+#include "mirror/class_ext.h"
#include "monitor.h"
namespace art {
@@ -61,6 +62,7 @@ ObjectTryLock<T>::~ObjectTryLock() {
}
template class ObjectLock<mirror::Class>;
+template class ObjectLock<mirror::ClassExt>;
template class ObjectLock<mirror::Object>;
template class ObjectTryLock<mirror::Class>;
template class ObjectTryLock<mirror::Object>;