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: Michael Berman
Subject: Re: [Discuss-gnuradio] #include "vector.hpp"
Date: Mon, 22 Jun 2015 09:49:14 -0700

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 <address@hidden> 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]