From ba150c37d582eeeb8c11ba5245edc281cf31793c Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Tue, 27 Aug 2013 17:31:03 -0700 Subject: Omit OatMethodOffsets for classes without compiled code Change-Id: If0d290f4aebc778ff12d8fed017c270ad2ac3220 --- compiler/utils/dedupe_set.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/utils/dedupe_set.h') 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 { -- cgit v1.2.3-59-g8ed1b