# HG changeset patch # User rkennke # Date 1510848621 -3600 # Thu Nov 16 17:10:21 2017 +0100 # Node ID dadedfb62d7176967e7e8c3aef12d614ffc5d711 # Parent 4c42aa431f40a51a40c50f9e6a5fbac0df0f0e5e 8191424: Missing include in gcArguments.cpp diff --git a/src/hotspot/share/gc/shared/gcArguments.cpp b/src/hotspot/share/gc/shared/gcArguments.cpp --- a/src/hotspot/share/gc/shared/gcArguments.cpp +++ b/src/hotspot/share/gc/shared/gcArguments.cpp @@ -29,6 +29,7 @@ #include "runtime/globals_extension.hpp" #include "runtime/java.hpp" #include "runtime/os.hpp" +#include "utilities/defaultStream.hpp" #include "utilities/macros.hpp" #if INCLUDE_ALL_GCS