summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2014-03-01 04:49:17 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-03-01 04:49:17 +0000
commite4a74a6ac8d1486b1227504044a60002e69a9fec (patch)
tree117d99c16f201b2f14adfe0922e56b9ff433c133 /compiler/driver/compiler_driver.h
parent3c506f9877b4a106d93169b6bb5610b24a84d61c (diff)
parentb48b9eb6d181a1f52e2e605cf26a21505f1d46ed (diff)
Merge "Fix clang to compile and run host tests."
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index 377eb6fa34..1bd2c1b20b 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -48,7 +48,7 @@ class AOTCompilationStats;
class CompilerOptions;
class DexCompilationUnit;
class DexFileToMethodInlinerMap;
-class InlineIGetIPutData;
+struct InlineIGetIPutData;
class OatWriter;
class ParallelCompilationManager;
class TimingLogger;