changeset 2234:7aa1f99ca301

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
author coleenp
date Sat, 12 Feb 2011 10:28:34 -0500
parents 15d6977f04b0
children 54df4702df97
files src/share/vm/utilities/errorReporter.hpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 {