Update tcp_client.h

This commit is contained in:
Gabi Melman
2020-03-13 01:17:12 +02:00
committed by GitHub
parent cf6bb88af2
commit 1389f86675

View File

@@ -4,7 +4,7 @@
#pragma once
#ifdef _WIN32
#error tcp_client not supported under windows yet
#error include tcp_client-windows.h instead
#endif
// tcp client helper
@@ -146,4 +146,4 @@ public:
}
};
} // namespace details
} // namespace spdlog
} // namespace spdlog