mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8193056: Title from build failure with Xcode 9.1
Included missing header explicitly. Reviewed-by: coleenp, vlivanov
This commit is contained in:
parent
98a4315c72
commit
28c9fe47bc
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#ifdef __APPLE__
|
||||
#include "jvm.h"
|
||||
#include "decoder_machO.hpp"
|
||||
#include "memory/allocation.inline.hpp"
|
||||
|
||||
#include <cxxabi.h>
|
||||
#include <mach-o/loader.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue