This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
libpEpAdapter
Watch
12
Star
1
Fork
4
Code
Issues
Pull Requests
1
Releases
65
Activity
Browse Source
Add missing includes
LIB-18
heck
8 months ago
parent
f03f679360
commit
91d7e47734
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/std_utils.cc
+2
-1
src/std_utils.hxx
+ 1
- 0
src/std_utils.cc
View File
@ -12,6 +12,7 @@
#
include
<thread>
#
include
<random>
#
include
<cstring>
#
include
<iomanip>
#
ifndef WIN32
#
include
<dirent.h>
#
include
<sys/stat.h>
+ 2
- 1
src/std_utils.hxx
View File
@ -6,6 +6,7 @@
#
include
<sstream>
#
include
<fstream>
#
include
<iterator>
namespace
pEp
{
namespace
Utils
{
@ -49,4 +50,4 @@ namespace pEp {
}
// namespace Utils
}
// namespace pEp
#
endif
// LIBPEPADAPTER_STD_UTILS_HXX
#
endif
// LIBPEPADAPTER_STD_UTILS_HXX
Write
Preview
Loading…
Cancel
Save