Skip to content
Snippets Groups Projects
Commit 7fbedf9f authored by Sébastien Blin's avatar Sébastien Blin
Browse files

fileutils: fix compilation on windows

Change-Id: I652ffd4a1d3a6ed0adf6402cdf55cc97beb811a3
parent 91fd4b65
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#include <ios> #include <ios>
#include <filesystem> #include <filesystem>
#ifndef _WIN32
#include <sys/stat.h> // mode_t
#endif
namespace dhtnet { namespace dhtnet {
namespace fileutils { namespace fileutils {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment