Fix includes of C++ header 78/24478/1 icefish 9.0.2 9.0.3 9.0.4 icefish/9.0.2 icefish/9.0.3 icefish/9.0.4 icefish_9.0.2 icefish_9.0.3 icefish_9.0.4
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 29 Apr 2020 08:17:52 +0000 (10:17 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 7 May 2020 13:17:39 +0000 (15:17 +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