mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-03-26 17:45:28 +01:00
fix include issues in dsp library
This commit is contained in:
parent
554ba2f596
commit
bcadb36232
@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <volk/volk.h>
|
#include <volk/volk.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
namespace dsp::buffer {
|
namespace dsp::buffer {
|
||||||
template<class T>
|
template<class T>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <volk/volk.h>
|
#include <volk/volk.h>
|
||||||
|
#include "../buffer/buffer.h"
|
||||||
|
|
||||||
namespace dsp {
|
namespace dsp {
|
||||||
template<class T>
|
template<class T>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user