1
0
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:
Petr Kobalicek
2024-03-28 16:41:03 +01:00
committed by GitHub
parent 2132b812e8
commit 0eb2a19df1
2 changed files with 3 additions and 0 deletions

View File

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