Refactored tcp_client_sink

This commit is contained in:
gabime
2020-02-25 15:09:03 +02:00
parent 9f41903067
commit 0b91d55269
2 changed files with 10 additions and 5 deletions

View File

@@ -3,6 +3,10 @@
#pragma once
#ifdef _WIN32
#error tcp_client not supported under windows yet
#endif
// tcp client helper
#include <spdlog/common.h>
#include <spdlog/details/os.h>