1
0
Fork 0
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:
Christoph Mayer 2019-07-16 13:03:49 +02:00
parent b7acc10f72
commit 7482ebfdbe

View file

@ -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: