Hi!
Um, there's no vector.hpp in GNU Radio; are you maybe referring to the
header that contains std::vector?

You would normally include that as

#include <vector>

and let your compiler figure out the file name suffix.

Best regards,
Marcus

On 06/22/2015 06:16 PM, dcardona 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