Skip to content

Commit

Permalink
Add missing functional include for std::less_equal
Browse files Browse the repository at this point in the history
  • Loading branch information
danilak-G committed Aug 18, 2024
1 parent b49982c commit 58d911b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snappy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
#include <cstdint>
#include <cstdio>
#include <cstring>
#include <functional>
#include <memory>
#include <string>
#include <utility>
Expand Down

0 comments on commit 58d911b

Please sign in to comment.