Merge pull request #625 from ferdnyc/fix-exceptions

Add Exceptions.h include to new effects
This commit is contained in:
Frank Dana
2021-01-28 20:21:01 -05:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#include "effects/ObjectDetection.h"
#include "effects/Tracker.h"
#include "Exceptions.h"
using namespace std;
using namespace openshot;

View File

@@ -29,6 +29,7 @@
*/
#include "effects/Stabilizer.h"
#include "Exceptions.h"
#include <google/protobuf/util/time_util.h>
using namespace std;

View File

@@ -29,6 +29,7 @@
*/
#include "effects/Tracker.h"
#include "Exceptions.h"
#include <google/protobuf/util/time_util.h>
using namespace std;