From 6a8f543cca2dfbac4f7c3fa82c85b4057536e04c Mon Sep 17 00:00:00 2001 From: Grishka Date: Tue, 5 Jun 2018 00:28:38 +0300 Subject: [PATCH] Include fix --- OpusDecoder.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/OpusDecoder.cpp b/OpusDecoder.cpp index 32ee251a2c..b9a5bdc75e 100644 --- a/OpusDecoder.cpp +++ b/OpusDecoder.cpp @@ -8,6 +8,7 @@ #include "audio/Resampler.h" #include "logging.h" #include +#include #include #include "VoIPController.h"