hotspot/src/cpu/x86/vm/interp_masm_x86_32.hpp
changeset 14626 0cf4eccf130f
parent 13728 882756847a04
child 17000 11bf92e571a2
--- a/hotspot/src/cpu/x86/vm/interp_masm_x86_32.hpp	Fri Nov 30 11:44:05 2012 -0800
+++ b/hotspot/src/cpu/x86/vm/interp_masm_x86_32.hpp	Fri Nov 30 15:23:16 2012 -0800
@@ -25,8 +25,10 @@
 #ifndef CPU_X86_VM_INTERP_MASM_X86_32_HPP
 #define CPU_X86_VM_INTERP_MASM_X86_32_HPP
 
-#include "assembler_x86.inline.hpp"
+#include "asm/macroAssembler.hpp"
+#include "asm/macroAssembler.inline.hpp"
 #include "interpreter/invocationCounter.hpp"
+#include "runtime/frame.hpp"
 
 // This file specializes the assember with interpreter-specific macros