7022659: errorHandler doesn't compile without precompiled headers
authorcoleenp
Sat, 12 Feb 2011 10:28:34 -0500
changeset 8294 9089bd3bf069
parent 8293 081ac646fb64
child 8342 802ca1911963
7022659: errorHandler doesn't compile without precompiled headers Summary: add proper includes in errorHandler.hpp Reviewed-by: phh, kamg
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 {