Browse Source

add includes for linux gcc

pull/5/head Release_2.1.7
heck 4 years ago
parent
commit
30e7668d51
  1. 1
      Adapter.hxx
  2. 1
      Semaphore.hh
  3. 2
      pEpLog.cc

1
Adapter.hxx

@ -8,6 +8,7 @@
#include "locked_queue.hh" #include "locked_queue.hh"
#include <cassert> #include <cassert>
#include "pEpLog.hh" #include "pEpLog.hh"
#include <atomic>
namespace pEp { namespace pEp {
namespace Adapter { namespace Adapter {

1
Semaphore.hh

@ -6,6 +6,7 @@
#include <mutex> #include <mutex>
#include <condition_variable> #include <condition_variable>
#include <atomic>
namespace pEp { namespace pEp {
class Semaphore { class Semaphore {

2
pEpLog.cc

@ -4,8 +4,10 @@
#include "pEpLog.hh" #include "pEpLog.hh"
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <mutex>
#include <atomic> #include <atomic>
namespace pEp { namespace pEp {
namespace Adapter { namespace Adapter {
namespace pEpLog { namespace pEpLog {

Loading…
Cancel
Save