--- old/src/share/vm/logging/logTagLevelExpression.hpp 2015-09-15 11:20:11.790623639 +0200 +++ new/src/share/vm/logging/logTagLevelExpression.hpp 2015-09-15 11:20:11.654623634 +0200 @@ -23,6 +23,7 @@ */ #ifndef SHARE_VM_LOGGING_LOGTAGLEVELEXPRESSION_HPP #define SHARE_VM_LOGGING_LOGTAGLEVELEXPRESSION_HPP + #include "logging/logLevel.hpp" #include "logging/logTag.hpp" #include "memory/allocation.hpp" @@ -77,4 +78,4 @@ LogLevelType level_for(const LogTagSet& ts) const; }; -#endif +#endif // SHARE_VM_LOGGING_LOGTAGLEVELEXPRESSION_HPP