diff options
author | 2013-08-27 17:31:03 -0700 | |
---|---|---|
committer | 2013-10-28 00:06:03 -0700 | |
commit | ba150c37d582eeeb8c11ba5245edc281cf31793c (patch) | |
tree | ca12cf82602e4b78b2a6ca463e9d0e35fc5e3ff6 /compiler/utils/dedupe_set.h | |
parent | 3c2a6e2468e3e519ade6c3cfcaad7cd34243cdf1 (diff) |
Omit OatMethodOffsets for classes without compiled code
Change-Id: If0d290f4aebc778ff12d8fed017c270ad2ac3220
Diffstat (limited to 'compiler/utils/dedupe_set.h')
-rw-r--r-- | compiler/utils/dedupe_set.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/dedupe_set.h b/compiler/utils/dedupe_set.h index 53c1afa698..638e0ec457 100644 --- a/compiler/utils/dedupe_set.h +++ b/compiler/utils/dedupe_set.h @@ -22,6 +22,7 @@ #include "base/mutex.h" #include "base/stl_util.h" +#include "base/stringprintf.h" namespace art { |