From 30e7668d5156176adf8ea622c03e02d31542177d Mon Sep 17 00:00:00 2001 From: heck Date: Sat, 27 Feb 2021 19:02:59 +0100 Subject: [PATCH] add includes for linux gcc --- Adapter.hxx | 1 + Semaphore.hh | 1 + pEpLog.cc | 2 ++ 3 files changed, 4 insertions(+) diff --git a/Adapter.hxx b/Adapter.hxx index 2a2477f..2b8b054 100644 --- a/Adapter.hxx +++ b/Adapter.hxx @@ -8,6 +8,7 @@ #include "locked_queue.hh" #include #include "pEpLog.hh" +#include namespace pEp { namespace Adapter { diff --git a/Semaphore.hh b/Semaphore.hh index 268afa1..a9c0593 100644 --- a/Semaphore.hh +++ b/Semaphore.hh @@ -6,6 +6,7 @@ #include #include +#include namespace pEp { class Semaphore { diff --git a/pEpLog.cc b/pEpLog.cc index affd0e5..cfaa083 100644 --- a/pEpLog.cc +++ b/pEpLog.cc @@ -4,8 +4,10 @@ #include "pEpLog.hh" #include #include +#include #include + namespace pEp { namespace Adapter { namespace pEpLog {