From dcf0b454c618d3cf0b0c45804789abf817b26600 Mon Sep 17 00:00:00 2001 From: Coleen Phillimore Date: Sat, 12 Feb 2011 10:28:34 -0500 Subject: [PATCH] 7022659: errorHandler doesn't compile without precompiled headers Add proper includes in errorHandler.hpp Reviewed-by: phh, kamg --- hotspot/src/share/vm/utilities/errorReporter.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hotspot/src/share/vm/utilities/errorReporter.hpp b/hotspot/src/share/vm/utilities/errorReporter.hpp index e7fae5fba22..130ae2af301 100644 --- a/hotspot/src/share/vm/utilities/errorReporter.hpp +++ b/hotspot/src/share/vm/utilities/errorReporter.hpp @@ -26,6 +26,7 @@ #define SHARE_VM_UTILITIES_ERRORREPORTER_HPP #include "utilities/globalDefinitions.hpp" +#include "memory/allocation.hpp" class ErrorReporter : public StackObj {