Hi,

Try dropping the ".hpp" portion of your include.  This file does not have
any extension and is usually included as follows:

#include <vector>

Hope this helps,

Michael

On Mon, Jun 22, 2015 at 9:16 AM, dcardona <davidjcg2...@gmail.com> wrote:

> Hello
>
> I'm trying to create a block which C++ code needs to use  include
> "vector.hpp". But I;m getting this error:  fatal error: vector.hpp: No such
> file or directory.
>
> Is there a way to do this?
>
> Thank you very much.
>
>
>
> --
> View this message in context:
> http://gnuradio.4.n7.nabble.com/include-vector-hpp-tp54344.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to