# HG changeset patch # User kvn # Date 1395450191 25200 # Node ID 950d6469ff056bbcb38f1e1ad5a39a76e6152561 # Parent 170c77c1103ac7e062d43abeb37243f1153c9e62 8038181: Can't build product VM without precompiled header Summary: Added missing #include. Reviewed-by: twisti diff -r 170c77c1103a -r 950d6469ff05 hotspot/src/cpu/x86/vm/rtmLocking.cpp --- a/hotspot/src/cpu/x86/vm/rtmLocking.cpp Sat Mar 22 00:26:48 2014 +0400 +++ b/hotspot/src/cpu/x86/vm/rtmLocking.cpp Fri Mar 21 18:03:11 2014 -0700 @@ -23,6 +23,7 @@ */ #include "precompiled.hpp" +#include "memory/allocation.inline.hpp" #include "runtime/task.hpp" #include "runtime/rtmLocking.hpp"