From 22e2b33e0660204db150f71808d48d6c7f25c50d Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 3 May 2022 13:44:00 -0700 Subject: [PATCH] code: added missing include --- app/codec/exportformat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/app/codec/exportformat.h b/app/codec/exportformat.h index acc603c8c..fcba9666e 100644 --- a/app/codec/exportformat.h +++ b/app/codec/exportformat.h @@ -26,6 +26,7 @@ #include "common/define.h" #include "exportcodec.h" +#include "render/audioparams.h" namespace olive {