summaryrefslogtreecommitdiffstats
path: root/runtime/base
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-01-26 17:37:27 -0800
committerAndreas Gampe <agampe@google.com>2015-01-26 17:37:27 -0800
commit0e92f4fa0079dad6d1df69abd13054a9885cba98 (patch)
treea172f8cfeb71cd56af58625d0bf11690ae1f5471 /runtime/base
parent94fc0e7be35ab1dd42c6336071ea53dfc565faee (diff)
downloadart-0e92f4fa0079dad6d1df69abd13054a9885cba98.tar.gz
art-0e92f4fa0079dad6d1df69abd13054a9885cba98.tar.bz2
art-0e92f4fa0079dad6d1df69abd13054a9885cba98.zip
ART: More Quick cleanup
Remove frontend, move code to QuickCompiler. Fix some includes. Change-Id: Iedd8f339ec76635e48b166e285f7fc571fc948ac
Diffstat (limited to 'runtime/base')
-rw-r--r--runtime/base/dumpable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/base/dumpable.h b/runtime/base/dumpable.h
index 3c316cc015..9bc4089163 100644
--- a/runtime/base/dumpable.h
+++ b/runtime/base/dumpable.h
@@ -17,6 +17,8 @@
#ifndef ART_RUNTIME_BASE_DUMPABLE_H_
#define ART_RUNTIME_BASE_DUMPABLE_H_
+#include <ostream>
+
#include "base/macros.h"
namespace art {