fix include issues in dsp library

This commit is contained in:
AlexandreRouma 2024-07-26 23:55:26 +02:00
parent 554ba2f596
commit bcadb36232
2 changed files with 2 additions and 0 deletions

View File

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

View File

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