Browse Source

Merge pull request 'LIB-19: fix easy compilation problems' (#11) from LIB-19 into master

Reviewed-on: https://gitea.pep.foundation/pEp.foundation/libpEpAdapter/pulls/11
pull/10/head
heck 4 years ago
parent
commit
2a91f4304d
  1. 3
      src/std_utils.cc

3
src/std_utils.cc

@ -11,9 +11,10 @@
#include <algorithm> #include <algorithm>
#include <thread> #include <thread>
#include <random> #include <random>
#include <cassert>
#include <cstring> #include <cstring>
#include <iomanip> #include <iomanip>
#include <pEp/pEpLog.hh> #include "pEpLog.hh"
#ifndef WIN32 #ifndef WIN32
#include <dirent.h> #include <dirent.h>

Loading…
Cancel
Save