src/hotspot/share/utilities/decoder_elf.cpp
changeset 48157 7c4d43c26352
parent 47216 71c04702a3d5
--- a/src/hotspot/share/utilities/decoder_elf.cpp	Wed Nov 29 18:43:35 2017 -0800
+++ b/src/hotspot/share/utilities/decoder_elf.cpp	Tue Nov 28 21:43:45 2017 +0100
@@ -26,6 +26,7 @@
 
 #if !defined(_WINDOWS) && !defined(__APPLE__)
 #include "decoder_elf.hpp"
+#include "memory/allocation.inline.hpp"
 
 ElfDecoder::~ElfDecoder() {
   if (_opened_elf_files != NULL) {