Skip to content

Commit

Permalink
Merge pull request #49 from stefunctional/main
Browse files Browse the repository at this point in the history
Include vector header in generated header
  • Loading branch information
Lipt0nas authored Dec 9, 2024
2 parents a5dfa51 + 09c8e5c commit 1dde5a7
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
Expand Up @@ -13,6 +13,7 @@
#include <streambuf>
#include <type_traits>
#include <variant>
#include <vector>

{%- for include in self.includes() %}
#include <{{ include }}>
Expand Down

0 comments on commit 1dde5a7

Please sign in to comment.