# HG changeset patch # User dcherepanov # Date 1302271098 -14400 # Node ID 1b8f203cda7679799f88bebea30910aa057945a6 # Parent ce3a106acecd467cff5d584ad48f871f2661bac8 7035077: Minor addition to the changes for 7003962 Reviewed-by: chegar diff -r ce3a106acecd -r 1b8f203cda76 jdk/src/windows/native/sun/windows/DllUtil.cpp --- a/jdk/src/windows/native/sun/windows/DllUtil.cpp Fri Apr 08 16:44:14 2011 +0400 +++ b/jdk/src/windows/native/sun/windows/DllUtil.cpp Fri Apr 08 17:58:18 2011 +0400 @@ -25,7 +25,7 @@ #include "DllUtil.h" -#include +#include // Disable warning about using this in the initializer list. #pragma warning( disable : 4355)