mirror of
https://github.com/minio/minio-cpp.git
synced 2025-08-08 00:02:56 +03:00
Include missing includes to prevent build errors on some configurations (#127)
Co-authored-by: Petr Kobalicek <petr.kobalicek@min.io>
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
#ifndef MINIO_CPP_UTILS_H_INCLUDED
|
||||
#define MINIO_CPP_UTILS_H_INCLUDED
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
|
@@ -24,6 +24,7 @@
|
||||
#include <miniocpp/types.h>
|
||||
#include <miniocpp/utils.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <chrono>
|
||||
#include <cstdio>
|
||||
|
Reference in New Issue
Block a user