Browse Source

missing include

synchronous
Volker Birk 5 years ago
parent
commit
4b920ae7d2
  1. 2
      pc_container.hh

2
pc_container.hh

@ -6,7 +6,7 @@
// Conainer adapter that contains a container and a producer/consume queue
// that holds references to all changed elements
#include <functional>
#include "locked_queue.hh"
namespace pEp

Loading…
Cancel
Save