Add missing Windows headers

This commit is contained in:
Mohamed Oulmahdi 2022-04-06 14:43:59 +02:00
parent 966402a7a2
commit 5dc07c55f7
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"