Fix volk.h include path. It should be volk/volk.h

This commit is contained in:
Howard Su
2020-10-23 10:39:20 +08:00
parent e94888d533
commit 0fe5af9816
4 changed files with 3 additions and 7 deletions

View File

@@ -2,7 +2,6 @@
#include <thread>
#include <dsp/stream.h>
#include <dsp/types.h>
#include <volk.h>
#include <spdlog/spdlog.h>
namespace dsp {