mirror of
https://github.com/maxDcb/C2TeamServer
synced 2026-06-06 16:14:27 +00:00
minor
This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "spdlog/spdlog.h"
|
||||
#ifdef spdlog_FOUND
|
||||
#include "spdlog/spdlog.h"
|
||||
#else
|
||||
#define SPDLOG_TRACE(...) (void)0
|
||||
#define SPDLOG_DEBUG(...) (void)0
|
||||
#define SPDLOG_ERROR(...) (void)0
|
||||
#endif
|
||||
|
||||
using boost::asio::ip::tcp;
|
||||
using namespace SocketHandler;
|
||||
|
||||
Reference in New Issue
Block a user