# HG changeset patch # User mdoerr # Date 1528131746 -7200 # Mon Jun 04 19:02:26 2018 +0200 # Node ID c284c4e3b77e0ecb5f6297f677c7bfc742fe676a # Parent ce535271934069b3847075074fa959c9e56a1e89 8204292: PPC64: Fix missing includes after 8204195 Reviewed-by: diff --git a/src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp b/src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp --- a/src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp +++ b/src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp @@ -24,6 +24,7 @@ */ #include "precompiled.hpp" +#include "asm/macroAssembler.inline.hpp" #include "c1/c1_MacroAssembler.hpp" #include "c1/c1_Runtime1.hpp" #include "classfile/systemDictionary.hpp" diff --git a/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp b/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp --- a/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp +++ b/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp @@ -24,6 +24,7 @@ */ #include "precompiled.hpp" +#include "asm/macroAssembler.inline.hpp" #include "c1/c1_Defs.hpp" #include "c1/c1_MacroAssembler.hpp" #include "c1/c1_Runtime1.hpp"