summaryrefslogtreecommitdiffstats
path: root/libdex/DexInlines.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdex/DexInlines.c')
-rw-r--r--libdex/DexInlines.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdex/DexInlines.c b/libdex/DexInlines.c
index 6b3aed8b8..3bb07cca5 100644
--- a/libdex/DexInlines.c
+++ b/libdex/DexInlines.c
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
/*
* Generate non-inline copies of inline functions in header files.
*/
@@ -27,4 +28,5 @@
#include "DexProto.h"
#include "InstrUtils.h"
#include "Leb128.h"
+#include "OpCode.h"
#include "ZipArchive.h"