We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#include
std::format
1 parent fed6f15 commit 22ccfbaCopy full SHA for 22ccfba
2 files changed
src/s3cpp/httpclient.cpp
@@ -1,4 +1,4 @@
1
-#include "s3cpp/httpclient.h"
+#include <s3cpp/httpclient.h>
2
#include <curl/curl.h>
3
#include <curl/easy.h>
4
#include <format>
test/httpclient_test.cpp
@@ -1,8 +1,9 @@
#include <exception>
+#include <format>
5
#include <gtest/gtest.h>
6
7
#include <stdexcept>
8
#include <string>
9
#include <type_traits>
0 commit comments