Skip to content

Commit

Permalink
Fix deprecated warnings of clang-15 (#7103)
Browse files Browse the repository at this point in the history
ref #6827
  • Loading branch information
JinheLin authored Mar 20, 2023
1 parent 1e415c0 commit ce52266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Storages/S3/MockS3Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
#include <aws/s3/model/Object.h>
#include <aws/s3/model/PutObjectRequest.h>
#include <aws/s3/model/UploadPartRequest.h>
#include <boost_wrapper/string_split.h>
#include <common/types.h>
#include <fiu.h>

#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <mutex>
#include <string_view>

Expand Down

0 comments on commit ce52266

Please sign in to comment.