fix include issues in dsp library

better_install
AlexandreRouma 2024-07-26 23:55:26 +02:00
rodzic 554ba2f596
commit bcadb36232
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
#pragma once
#include <volk/volk.h>
#include <string.h>
namespace dsp::buffer {
template<class T>

Wyświetl plik

@ -1,5 +1,6 @@
#pragma once
#include <volk/volk.h>
#include "../buffer/buffer.h"
namespace dsp {
template<class T>