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
--- a/hotspot/src/share/vm/utilities/errorReporter.hpp Thu Feb 10 13:03:22 2011 +0100
+++ 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 {