You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge pull request #625 from ferdnyc/fix-exceptions
Add Exceptions.h include to new effects
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "effects/ObjectDetection.h"
|
||||
#include "effects/Tracker.h"
|
||||
#include "Exceptions.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace openshot;
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
*/
|
||||
|
||||
#include "effects/Stabilizer.h"
|
||||
#include "Exceptions.h"
|
||||
#include <google/protobuf/util/time_util.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
*/
|
||||
|
||||
#include "effects/Tracker.h"
|
||||
#include "Exceptions.h"
|
||||
#include <google/protobuf/util/time_util.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user