update comment

This commit is contained in:
gabime 2021-09-05 16:34:53 +03:00
parent 9bb66c00e9
commit fecb3f4307

View File

@ -3,6 +3,9 @@
#pragma once
// Helper RAII over winsock udp client socket.
// Will throw on construction if socket creation failed.
#ifndef SPDLOG_HEADER_ONLY
# include <spdlog/sinks/wincolor_sink.h>
#endif