From 749646cabb13ded0b3448f8bdec678d1ff625144 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sun, 2 Apr 2023 19:40:02 +0100 Subject: [PATCH] We do not need remote syslog and syslog appenders in all modules --- .circleci/config.yml | 4 ++++ src/all_logcpp_libraries.hpp | 2 -- src/fastnetmon.cpp | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9516927..12fb227 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,6 +52,10 @@ jobs: name: Run cmake shell: << parameters.default_shell >> command: cmake -DENABLE_MONGODB_SUPPORT=FALSE -S src -B src/build + - run: + name: Build + shell: << parameters.default_shell >> + command: cd src/build && ninja build_macos: macos: xcode: 13.2.1 diff --git a/src/all_logcpp_libraries.hpp b/src/all_logcpp_libraries.hpp index 2021061..85b3a50 100644 --- a/src/all_logcpp_libraries.hpp +++ b/src/all_logcpp_libraries.hpp @@ -11,8 +11,6 @@ #include #include #include -#include -#include #ifdef __GNUC__ #pragma GCC diagnostic pop diff --git a/src/fastnetmon.cpp b/src/fastnetmon.cpp index d6f4674..20f62ff 100644 --- a/src/fastnetmon.cpp +++ b/src/fastnetmon.cpp @@ -94,6 +94,9 @@ #include "all_logcpp_libraries.hpp" +#include +#include + // Boost libs #include #include