I am generating a C++ source towards android, with Swig 2.0, and I use . But addind either
%include <std_sstream.i>
or
%include <sstream.i>
give me the eror that this include file is not recognized.
What is the correct include then ?
My environment
Ubuntu 13.04 64 bits.
Gcc 4.7.3
Android NDK r8e
Thanks in advance