# HG changeset patch # User coleenp # Date 1297524514 18000 # Node ID 9089bd3bf069c1c46dba2aaad018830ed41276ab # Parent 081ac646fb640f07e76abc8017720290cd12c263 7022659: errorHandler doesn't compile without precompiled headers Summary: add proper includes in errorHandler.hpp Reviewed-by: phh, kamg diff -r 081ac646fb64 -r 9089bd3bf069 hotspot/src/share/vm/utilities/errorReporter.hpp --- a/hotspot/src/share/vm/utilities/errorReporter.hpp Fri Feb 25 11:42:03 2011 -0800 +++ b/hotspot/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 {