Merge pull request #7901 from Doxense/7823-fix-windows-build

7823-Fix Windows build
This commit is contained in:
Mohamed Oulmahdi 2022-08-16 23:09:07 +02:00 committed by GitHub
commit f85db068b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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 {