kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
fix include issues in dsp library
rodzic
554ba2f596
commit
bcadb36232
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
#include <volk/volk.h>
|
||||
#include <string.h>
|
||||
|
||||
namespace dsp::buffer {
|
||||
template<class T>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
#include <volk/volk.h>
|
||||
#include "../buffer/buffer.h"
|
||||
|
||||
namespace dsp {
|
||||
template<class T>
|
||||
|
|
Ładowanie…
Reference in New Issue