Skip to content

Commit

Permalink
Merge pull request #4675 from arkamar/algorithm
Browse files Browse the repository at this point in the history
[Minor] Add missing <algorithm> include for gcc 14
  • Loading branch information
vstakhov committed Nov 1, 2023
2 parents 3a3c66d + 249939d commit ca58b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libmime/mime_string.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#define RSPAMD_MIME_STRING_HXX
#pragma once

#include <algorithm>
#include <string>
#include <string_view>
#include <memory>
Expand Down
1 change: 1 addition & 0 deletions src/libstat/backends/http_backend.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "libserver/mempool_vars_internal.h"
#include "upstream.h"
#include "contrib/ankerl/unordered_dense.h"
#include <algorithm>
#include <vector>

namespace rspamd::stat::http {
Expand Down

0 comments on commit ca58b3a

Please sign in to comment.