7019157: errorHandler doesn't compile with super old gcc without precompiled headers

Old gccs don't support precompiled headers so have to supply includes

Reviewed-by: phh, kamg
This commit is contained in:
Coleen Phillimore 2011-02-12 10:28:34 -05:00
parent 32b46da6e3
commit 876fbcb9f7

View file

@ -26,6 +26,7 @@
#define SHARE_VM_UTILITIES_ERRORREPORTER_HPP
#include "utilities/globalDefinitions.hpp"
#include "memory/allocation.hpp"
class ErrorReporter : public StackObj {