mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8078628: linux-zero does not build without precompiled header
Add missing includes Reviewed-by: coleenp, stefank, sgehwolf
This commit is contained in:
parent
699feeda58
commit
e68705a3f8
9 changed files with 10 additions and 8 deletions
|
@ -30,11 +30,9 @@
|
|||
#include "runtime/monitorChunk.hpp"
|
||||
#include "runtime/registerMap.hpp"
|
||||
#include "utilities/top.hpp"
|
||||
#ifdef ZERO
|
||||
#ifdef TARGET_ARCH_zero
|
||||
# include "stack_zero.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef class BytecodeInterpreter* interpreterState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue