# HG changeset patch # User goetz # Date 1416927582 -3600 # Node ID 4181e5e64dd0b0f9db37aa43b260c116f2567cd4 # Parent f06c27e55164904306c81e304d00dd92b96dc248 8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff Reviewed-by: vlivanov, dholmes diff -r f06c27e55164 -r 4181e5e64dd0 src/share/vm/ci/ciTypeFlow.cpp --- a/src/share/vm/ci/ciTypeFlow.cpp Thu Dec 18 09:52:55 2014 +0000 +++ b/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"