Fix opus include path

This commit is contained in:
badaix 2024-05-31 21:56:00 +02:00
parent 80b8d77462
commit 362dcfdcb9
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
#include "decoder/decoder.hpp"
// 3rd party headers
#include <opus/opus.h>
#include <opus.h>
// standard headers
#include <vector>