mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-06 04:41:44 +02:00
Fix opus includes
This commit is contained in:
parent
810b4e1a06
commit
5650397fd9
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "decoder/decoder.hpp"
|
||||
|
||||
// 3rd party headers
|
||||
#include <opus/opus.h>
|
||||
#include <opus.h>
|
||||
|
||||
// standard headers
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue