From 09c8e5ca88738c269b27420933162e4fa2863f99 Mon Sep 17 00:00:00 2001 From: Stephane Raux Date: Fri, 11 Oct 2024 10:10:54 -0500 Subject: [PATCH] Include vector header in generated header It is not necessarily included by the other included headers. Signed-off-by: Stephane Raux --- bindgen/src/bindings/cpp/templates/wrapper.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bindgen/src/bindings/cpp/templates/wrapper.hpp b/bindgen/src/bindings/cpp/templates/wrapper.hpp index 331fe68..7f10570 100644 --- a/bindgen/src/bindings/cpp/templates/wrapper.hpp +++ b/bindgen/src/bindings/cpp/templates/wrapper.hpp @@ -13,6 +13,7 @@ #include #include #include +#include {%- for include in self.includes() %} #include <{{ include }}>