8078628: linux-zero does not build without precompiled header

Add missing includes

Reviewed-by: coleenp, stefank, sgehwolf
This commit is contained in:
Thomas Stuefe 2015-04-30 09:09:01 +02:00
parent 699feeda58
commit e68705a3f8
9 changed files with 10 additions and 8 deletions

View file

@ -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;