mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
7019157: errorHandler doesn't compile with super old gcc without precompiled headers
Old gccs don't support precompiled headers so have to supply includes Reviewed-by: phh, kamg
This commit is contained in:
parent
32b46da6e3
commit
876fbcb9f7
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
#define SHARE_VM_UTILITIES_ERRORREPORTER_HPP
|
#define SHARE_VM_UTILITIES_ERRORREPORTER_HPP
|
||||||
|
|
||||||
#include "utilities/globalDefinitions.hpp"
|
#include "utilities/globalDefinitions.hpp"
|
||||||
|
#include "memory/allocation.hpp"
|
||||||
|
|
||||||
class ErrorReporter : public StackObj {
|
class ErrorReporter : public StackObj {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue