commit | 0e92f4fa0079dad6d1df69abd13054a9885cba98 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Jan 26 17:37:27 2015 -0800 |
committer | Andreas Gampe <agampe@google.com> | Mon Jan 26 17:37:27 2015 -0800 |
tree | a172f8cfeb71cd56af58625d0bf11690ae1f5471 | |
parent | 94fc0e7be35ab1dd42c6336071ea53dfc565faee [diff] [blame] |
ART: More Quick cleanup Remove frontend, move code to QuickCompiler. Fix some includes. Change-Id: Iedd8f339ec76635e48b166e285f7fc571fc948ac
diff --git a/runtime/base/dumpable.h b/runtime/base/dumpable.h index 3c316cc..9bc4089 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 {