Merge pull request #6778 from Doxense/add_windows_header_pr6767

Add missing Windows headers for `FileDecoder.actor.cpp`
This commit is contained in:
Markus Pilman 2022-04-06 08:57:59 -06:00 committed by GitHub
commit 38ec7624b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
#include <memory>
#include <string>
#include <vector>
#include <fcntl.h>
#ifdef _WIN32
#include <io.h>
#endif
#include "fdbbackup/BackupTLSConfig.h"
#include "fdbclient/BuildFlags.h"