# HG changeset patch # User goetz # Date 1411025846 -7200 # Node ID ae7986005acdd3926969f1ed245b81262be42215 # Parent cb79004b9ac07b67142100171d77fe6571729fdd 8058716: Add include missing in 8015774 diff --git a/src/share/vm/code/codeCache.cpp b/src/share/vm/code/codeCache.cpp --- a/src/share/vm/code/codeCache.cpp +++ b/src/share/vm/code/codeCache.cpp @@ -55,6 +55,7 @@ #ifdef COMPILER2 #include "opto/c2compiler.hpp" #include "opto/compile.hpp" +#include "opto/node.hpp" #endif // Helper class for printing in CodeCache