# HG changeset patch # User goetz # Date 1416927582 -3600 # Node ID 699648af1ee6d04dea8eb95704e86ff716a91319 # Parent e6f02d6fee4478acbd8ae05709f8973498de373c 8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff Reviewed-by: vlivanov, dholmes diff -r e6f02d6fee44 -r 699648af1ee6 hotspot/src/share/vm/ci/ciTypeFlow.cpp --- a/hotspot/src/share/vm/ci/ciTypeFlow.cpp Wed Nov 26 08:06:58 2014 +0100 +++ b/hotspot/src/share/vm/ci/ciTypeFlow.cpp Tue Nov 25 15:59:42 2014 +0100 @@ -36,6 +36,7 @@ #include "interpreter/bytecodes.hpp" #include "memory/allocation.inline.hpp" #include "opto/compile.hpp" +#include "opto/node.hpp" #include "runtime/deoptimization.hpp" #include "utilities/growableArray.hpp"