修复第四阶段开发

This commit is contained in:
sladro 2025-12-26 17:00:33 +08:00
parent af4cdf3934
commit 323d025ae9
3 changed files with 4 additions and 2 deletions

View File

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

View File

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

View File

@ -1,5 +1,6 @@
#include <atomic>
#include <chrono>
#include <cstring>
#include <ctime>
#include <filesystem>
#include <fstream>