# HG changeset patch # User coleenp # Date 1297524514 18000 # Node ID 7aa1f99ca3012ef3321878cbe84f09a2096fed9f # Parent 15d6977f04b04d262b76993971b0904ea6e19385 7019157: errorHandler doesn't compile with super old gcc without precompiled headers Summary: old gccs don't support precompiled headers so have to supply includes Reviewed-by: phh, kamg diff -r 15d6977f04b0 -r 7aa1f99ca301 src/share/vm/utilities/errorReporter.hpp --- a/src/share/vm/utilities/errorReporter.hpp Thu Feb 10 13:03:22 2011 +0100 +++ b/src/share/vm/utilities/errorReporter.hpp Sat Feb 12 10:28:34 2011 -0500 @@ -26,6 +26,7 @@ #define SHARE_VM_UTILITIES_ERRORREPORTER_HPP #include "utilities/globalDefinitions.hpp" +#include "memory/allocation.hpp" class ErrorReporter : public StackObj {