diff options
author | Josh Blum | 2012-10-28 22:39:39 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-28 22:39:39 -0700 |
commit | 77f79c8e2c45d816a2ecb869b2869825b3293640 (patch) | |
tree | 888dfa430241024e0dd47248aa14a8a09394d469 /lib/gras_impl/bitset.hpp | |
parent | 9620afa87986645653b171fb2c74c06597edb382 (diff) | |
download | sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.gz sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.bz2 sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.zip |
work on stand-alone library build
Diffstat (limited to 'lib/gras_impl/bitset.hpp')
-rw-r--r-- | lib/gras_impl/bitset.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gras_impl/bitset.hpp b/lib/gras_impl/bitset.hpp index 5ea2acb..7a2184f 100644 --- a/lib/gras_impl/bitset.hpp +++ b/lib/gras_impl/bitset.hpp @@ -17,10 +17,10 @@ #ifndef INCLUDED_LIBGRAS_IMPL_BITSET_HPP #define INCLUDED_LIBGRAS_IMPL_BITSET_HPP -#include <gnuradio/gras.hpp> +#include <gras/gras.hpp> #include <boost/dynamic_bitset.hpp> -namespace gnuradio +namespace gras { //! Its just dynamic bitset w/ the handle all() routine @@ -32,6 +32,6 @@ struct BitSet : boost::dynamic_bitset<> } }; -} //namespace gnuradio +} //namespace gras #endif /*INCLUDED_LIBGRAS_IMPL_BITSET_HPP*/ |