修复第四阶段开发
This commit is contained in:
parent
af4cdf3934
commit
323d025ae9
@ -5,7 +5,7 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
#if __has_include(<curl/curl.h>)
|
||||
#include <curl/curl.h>
|
||||
#define HAS_CURL 1
|
||||
#else
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
#include "minio_uploader.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
#if __has_include(<curl/curl.h>)
|
||||
#include <curl/curl.h>
|
||||
#define HAS_CURL 1
|
||||
#else
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user