Merge pull request #7901 from Doxense/7823-fix-windows-build
7823-Fix Windows build
This commit is contained in:
commit
f85db068b5
|
@ -38,9 +38,14 @@
|
|||
#include <memory>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <unistd.h>
|
||||
#include <utility>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#define BLOB_CIPHER_DEBUG false
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Reference in New Issue