Skip to content

Commit

Permalink
Include algorithm in generated wrapper header
Browse files Browse the repository at this point in the history
`std::reverse` is being used in the code, but the header for it is not being explicitly included

Signed-off-by: Martynas Gurskas <martynas.gurskas@nordsec.com>
  • Loading branch information
Lipt0nas committed Jan 24, 2025
1 parent 1dde5a7 commit 3daaf2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindgen/src/bindings/cpp/templates/wrapper.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <algorithm>
#include <bit>
#include <cstdint>
#include <exception>
Expand Down

0 comments on commit 3daaf2a

Please sign in to comment.