From ad933299dce5eb3aef9e1b35b601f1792e4f9c08 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Fri, 29 Jan 2021 03:52:36 -0500 Subject: [PATCH] Add Exceptions.h back to OpenShot.h --- src/OpenShot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenShot.h b/src/OpenShot.h index 268c6058..a01a65ae 100644 --- a/src/OpenShot.h +++ b/src/OpenShot.h @@ -118,7 +118,7 @@ #include "Effects.h" #include "EffectInfo.h" #include "Enums.h" - +#include "Exceptions.h" #include "ReaderBase.h" #include "WriterBase.h" #include "FFmpegReader.h"