comparison 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
comparison
equal deleted inserted replaced
2223:f3e07ceeaed9 2224:7dc5384467e0
24 24
25 #ifndef SHARE_VM_UTILITIES_ERRORREPORTER_HPP 25 #ifndef SHARE_VM_UTILITIES_ERRORREPORTER_HPP
26 #define SHARE_VM_UTILITIES_ERRORREPORTER_HPP 26 #define SHARE_VM_UTILITIES_ERRORREPORTER_HPP
27 27
28 #include "utilities/globalDefinitions.hpp" 28 #include "utilities/globalDefinitions.hpp"
29 #include "memory/allocation.hpp"
29 30
30 class ErrorReporter : public StackObj { 31 class ErrorReporter : public StackObj {
31 32
32 public: 33 public:
33 ErrorReporter(); 34 ErrorReporter();