Skip to content

Commit

Permalink
Include vector header in generated header
Browse files Browse the repository at this point in the history
It is not necessarily included by the other included headers.

Signed-off-by: Stephane Raux <sraux@amazon.com>
  • Loading branch information
stefunctional committed Oct 11, 2024
1 parent a5dfa51 commit 09c8e5c
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 09c8e5c

Please sign in to comment.