further optimize compile

This commit is contained in:
2024-05-23 08:31:26 +00:00
parent e4c7c1b888
commit dbbbe38774
6 changed files with 80 additions and 45 deletions

View File

@ -1,8 +1,8 @@
#include <sockpp/tcp_acceptor.h>
#include <cassert>
#include <exception>
#include "basic_defs.h"
#ifdef ENABLE_ADVANCED_FEATURE
#include <sockpp/tcp_acceptor.h>
#include "dataguard/dataguard.h"
#endif
#include "engine.h"