7022659: errorHandler doesn't compile without precompiled headers

Sat, 12 Feb 2011 10:28:34 -0500

author
coleenp
date
Sat, 12 Feb 2011 10:28:34 -0500
changeset 2531
7dc5384467e0
parent 2530
f3e07ceeaed9
child 2579
0e531ab5ba04

7022659: errorHandler doesn't compile without precompiled headers
Summary: add proper includes in errorHandler.hpp
Reviewed-by: phh, kamg

src/share/vm/utilities/errorReporter.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/utilities/errorReporter.hpp	Fri Feb 25 11:42:03 2011 -0800
     1.2 +++ b/src/share/vm/utilities/errorReporter.hpp	Sat Feb 12 10:28:34 2011 -0500
     1.3 @@ -26,6 +26,7 @@
     1.4  #define SHARE_VM_UTILITIES_ERRORREPORTER_HPP
     1.5  
     1.6  #include "utilities/globalDefinitions.hpp"
     1.7 +#include "memory/allocation.hpp"
     1.8  
     1.9  class ErrorReporter : public StackObj {
    1.10  

mercurial