Fix Windows build broken by #7823
This commit is contained in:
parent
b758c9aaf8
commit
c8741385b2
|
@ -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