Change opus include path

This commit is contained in:
badaix 2020-07-30 00:21:43 +02:00
parent 11c3b98ea1
commit 24e73c3205
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
#pragma once
#include "decoder/decoder.hpp"
#include <opus/opus.h>
#include <opus.h>
namespace decoder
{