Fix opus includes

This commit is contained in:
badaix 2024-06-01 11:51:06 +02:00
parent 810b4e1a06
commit 5650397fd9
3 changed files with 3 additions and 3 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>