Skip to content

Commit

Permalink
clang-tidy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Dec 23, 2023
1 parent 561db4f commit c02196f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpr/accept_encoding.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#include "cpr/accept_encoding.h"

#include <algorithm>
#include <cassert>
#include <initializer_list>
#include <iterator>
#include <numeric>
#include <stdexcept>
#include <string>
#include <utility>

namespace cpr {

Expand Down
1 change: 1 addition & 0 deletions cpr/bearer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "cpr/bearer.h"
#include "cpr/util.h"
#include <curl/curlver.h>

namespace cpr {
// Only supported with libcurl >= 7.61.0.
Expand Down

0 comments on commit c02196f

Please sign in to comment.