summaryrefslogtreecommitdiffstats
path: root/runtime/profiler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/profiler.cc')
-rw-r--r--runtime/profiler.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/profiler.cc b/runtime/profiler.cc
index 5354fd8..f9218a3 100644
--- a/runtime/profiler.cc
+++ b/runtime/profiler.cc
@@ -23,6 +23,7 @@
#include <fstream>
#include "base/stl_util.h"
+#include "base/time_utils.h"
#include "base/unix_file/fd_file.h"
#include "class_linker.h"
#include "common_throws.h"
@@ -39,6 +40,7 @@
#include "ScopedLocalRef.h"
#include "thread.h"
#include "thread_list.h"
+#include "utils.h"
#include "entrypoints/quick/quick_entrypoints.h"