https://bugs.webkit.org/show_bug.cgi?id=185326
Reviewed by Per Arne Vollan.
* Platform/win/LoggingWin.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231446
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-05-07 Don Olmstead <don.olmstead@sony.com>
+
+ [Win] LoggingWin is missing includes
+ https://bugs.webkit.org/show_bug.cgi?id=185326
+
+ Reviewed by Per Arne Vollan.
+
+ * Platform/win/LoggingWin.cpp:
+
2018-05-07 Daniel Bates <dabates@apple.com>
CSP should be passed the referrer
#if !LOG_DISABLED || !RELEASE_LOG_DISABLED
+#include <windows.h>
#include <wtf/StdLibExtras.h>
#include <wtf/text/WTFString.h>