From: José Bollo Date: Wed, 29 Apr 2020 08:17:52 +0000 (+0200) Subject: Fix includes of C++ header X-Git-Tag: 9.0.2^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=68de5060b26f00546b97c7664cc6406f3b67c33d Fix includes of C++ header The include of was missing in the C++ header. This produced errors on some builds. Bug-AGL: SPEC-3358 Signed-off-by: José Bollo Change-Id: I928e8ab267d27710177a7a314ea8b8cdfa83e2f3 --- diff --git a/include/afb/c++/binding-wrap.hpp b/include/afb/c++/binding-wrap.hpp index 9844a070..f94d1bc5 100644 --- a/include/afb/c++/binding-wrap.hpp +++ b/include/afb/c++/binding-wrap.hpp @@ -21,6 +21,7 @@ #include #include #include +#include /* ensure version */ #ifndef AFB_BINDING_VERSION