Fix includes of C++ header 73/24473/1 9.99.1 jellyfish/9.99.1 jellyfish_9.99.1
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 29 Apr 2020 08:17:52 +0000 (10:17 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 6 May 2020 11:40:40 +0000 (13:40 +0200)
The include of <string> was missing in the C++ header.
This produced errors on some builds.

Bug-AGL: SPEC-3358

Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Change-Id: I928e8ab267d27710177a7a314ea8b8cdfa83e2f3

include/afb/c++/binding-wrap.hpp

index 9844a07..f94d1bc 100644 (file)
@@ -21,6 +21,7 @@
 #include <cstdlib>
 #include <cstdarg>
 #include <functional>
+#include <string>
 
 /* ensure version */
 #ifndef AFB_BINDING_VERSION