discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] #include "vector.hpp"


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] #include "vector.hpp"
Date: Mon, 22 Jun 2015 18:50:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]