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 <thread>
#include <random>
#include <cassert>
#include <cstring>
#include <iomanip>
#include <pEp/pEpLog.hh>
#include "pEpLog.hh"
#ifndef WIN32
#include <dirent.h>

Loading…
Cancel
Save