< prev index next >

src/share/vm/interpreter/interpreterGenerator.hpp

Print this page
rev 8245 : 8078628: linux-zero does not build without precompiled header
Summary: add missing includes

@@ -24,10 +24,11 @@
 
 #ifndef SHARE_VM_INTERPRETER_INTERPRETERGENERATOR_HPP
 #define SHARE_VM_INTERPRETER_INTERPRETERGENERATOR_HPP
 
 #include "interpreter/cppInterpreter.hpp"
+#include "interpreter/interp_masm.hpp"
 #include "interpreter/cppInterpreterGenerator.hpp"
 #include "interpreter/templateInterpreter.hpp"
 #include "interpreter/templateInterpreterGenerator.hpp"
 
 // This file contains the platform-independent parts
< prev index next >