Include-what-you-use related to logging.h (net)

Add direct includes for things provided transitively by logging.h
(or by other headers including logging.h).

This is in preparation for cleaning up unnecessary includes of
logging.h in header files (so if something depends on logging.h,
it needs include it explicitly), and for when logging.h no longer
includes check.h, check_op.h, and notreached.h.

Bug: 1031540
Change-Id: Ib5be18e72766eac66f627569186a2803f5db4cfe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249840
Auto-Submit: Hans Wennborg <[email protected]>
Commit-Queue: Paul Jensen <[email protected]>
Reviewed-by: Paul Jensen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#779802}
diff --git a/net/socket/udp_socket_posix.h b/net/socket/udp_socket_posix.h
index 9545141..df3bf973 100644
--- a/net/socket/udp_socket_posix.h
+++ b/net/socket/udp_socket_posix.h
@@ -11,6 +11,7 @@
 
 #include <memory>
 
+#include "base/logging.h"
 #include "base/macros.h"
 #include "base/memory/ref_counted.h"
 #include "base/message_loop/message_pump_for_io.h"