changeset 2224:7dc5384467e0

7022659: errorHandler doesn't compile without precompiled headers Summary: add proper includes in errorHandler.hpp Reviewed-by: phh, kamg
author coleenp
date Sat, 12 Feb 2011 10:28:34 -0500
parents f3e07ceeaed9
children 0e531ab5ba04
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	Fri Feb 25 11:42:03 2011 -0800
+++ 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 {