diff src/share/vm/utilities/errorReporter.hpp @ 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 d8a72fbc4be7
children
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 {