From 93c0cc2aa872414c9f3116a8140d9f13299a2cc3 Mon Sep 17 00:00:00 2001 From: Vladimir Kozlov Date: Fri, 21 Mar 2014 18:03:11 -0700 Subject: [PATCH] 8038181: Can't build product VM without precompiled header Added missing #include. Reviewed-by: twisti --- hotspot/src/cpu/x86/vm/rtmLocking.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hotspot/src/cpu/x86/vm/rtmLocking.cpp b/hotspot/src/cpu/x86/vm/rtmLocking.cpp index 8ea21d896ea..e1b28654b03 100644 --- a/hotspot/src/cpu/x86/vm/rtmLocking.cpp +++ b/hotspot/src/cpu/x86/vm/rtmLocking.cpp @@ -23,6 +23,7 @@ */ #include "precompiled.hpp" +#include "memory/allocation.inline.hpp" #include "runtime/task.hpp" #include "runtime/rtmLocking.hpp"