8193056: Title from build failure with Xcode 9.1
authorgziemski
Tue, 20 Feb 2018 16:18:25 -0600
changeset 49029 010df2533db2
parent 49028 c7ba033fc07a
child 49030 1817d118ff66
8193056: Title from build failure with Xcode 9.1 Summary: Included missing header explicitly. Reviewed-by: coleenp, vlivanov
src/hotspot/os/bsd/decoder_machO.cpp
--- a/src/hotspot/os/bsd/decoder_machO.cpp	Tue Feb 20 12:54:26 2018 -0800
+++ b/src/hotspot/os/bsd/decoder_machO.cpp	Tue Feb 20 16:18:25 2018 -0600
@@ -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>