mirror of
https://github.com/hb9fxq/gr-digitalhf
synced 2024-11-05 05:55:53 +00:00
moved include statements to the right place
This commit is contained in:
parent
b7acc10f72
commit
7482ebfdbe
|
@ -18,13 +18,13 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
namespace gr {
|
||||
namespace digitalhf {
|
||||
|
||||
#include <array>
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
|
||||
namespace gr {
|
||||
namespace digitalhf {
|
||||
|
||||
template<size_t N>
|
||||
class llr_to_prob {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue