diff options
Diffstat (limited to 'lib/block_actor.cpp')
-rw-r--r-- | lib/block_actor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/block_actor.cpp b/lib/block_actor.cpp index 108e7d3..0576588 100644 --- a/lib/block_actor.cpp +++ b/lib/block_actor.cpp @@ -14,12 +14,12 @@ // You should have received a copy of the GNU Lesser General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#include <gnuradio/thread_pool.hpp> +#include <gras/thread_pool.hpp> #include <gras_impl/block_actor.hpp> #include <boost/thread/thread.hpp> #include <Theron/Framework.h> -using namespace gnuradio; +using namespace gras; ThreadPoolConfig::ThreadPoolConfig(void) { |