diff options
Diffstat (limited to 'runtime/thread.h')
-rw-r--r-- | runtime/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/thread.h b/runtime/thread.h index 334e9b70c3..4ac0f00405 100644 --- a/runtime/thread.h +++ b/runtime/thread.h @@ -32,6 +32,7 @@ #include "base/locks.h" #include "base/macros.h" #include "base/safe_map.h" +#include "base/value_object.h" #include "entrypoints/jni/jni_entrypoints.h" #include "entrypoints/quick/quick_entrypoints.h" #include "handle_scope.h" |