From: anastas Date: Tue, 23 Jun 2009 15:28:50 +0000 (+0000) Subject: added include statements in several files to make it compatible with g+... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=761c5eb844042d4f046e905f37081872b62f3c29;p=debian%2Fgnuradio added include statements in several files to make it compatible with g++ 4.4 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11266 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/usrp/host/lib/legacy/db_boards.cc b/usrp/host/lib/legacy/db_boards.cc index 2498f3c6..b537698b 100644 --- a/usrp/host/lib/legacy/db_boards.cc +++ b/usrp/host/lib/legacy/db_boards.cc @@ -31,6 +31,7 @@ #include #include #include +#include std::vector instantiate_dbs(int dbid, usrp_basic_sptr usrp, int which_side) diff --git a/usrp/host/lib/legacy/db_dbs_rx.cc b/usrp/host/lib/legacy/db_dbs_rx.cc index d98838a4..6094f913 100644 --- a/usrp/host/lib/legacy/db_dbs_rx.cc +++ b/usrp/host/lib/legacy/db_dbs_rx.cc @@ -21,6 +21,7 @@ #include #include #include +#include /*****************************************************************************/ diff --git a/usrp/host/lib/legacy/db_xcvr2450.cc b/usrp/host/lib/legacy/db_xcvr2450.cc index b363d098..9ce3168e 100644 --- a/usrp/host/lib/legacy/db_xcvr2450.cc +++ b/usrp/host/lib/legacy/db_xcvr2450.cc @@ -23,6 +23,7 @@ #include #include #include +#include #if 0 #define LO_OFFSET 4.25e6 diff --git a/usrp/host/lib/legacy/fusb_linux.cc b/usrp/host/lib/legacy/fusb_linux.cc index 33ce0792..6c484569 100644 --- a/usrp/host/lib/legacy/fusb_linux.cc +++ b/usrp/host/lib/legacy/fusb_linux.cc @@ -37,6 +37,7 @@ #include #include #include +#include #define MINIMIZE_TX_BUFFERING 1 // must be defined to 0 or 1 diff --git a/usrp/host/lib/legacy/usrp_basic.cc b/usrp/host/lib/legacy/usrp_basic.cc index 883e5ede..295c62f8 100644 --- a/usrp/host/lib/legacy/usrp_basic.cc +++ b/usrp/host/lib/legacy/usrp_basic.cc @@ -37,6 +37,7 @@ #include #include #include +#include using namespace ad9862; diff --git a/usrp/host/lib/legacy/usrp_standard.cc b/usrp/host/lib/legacy/usrp_standard.cc index ef0255af..b810f99c 100644 --- a/usrp/host/lib/legacy/usrp_standard.cc +++ b/usrp/host/lib/legacy/usrp_standard.cc @@ -29,6 +29,7 @@ #include #include #include +#include static const int OLD_CAPS_VAL = 0xaa55ff77;