Skip to content

Commit

Permalink
Merge pull request #625 from ferdnyc/fix-exceptions
Browse files Browse the repository at this point in the history
Add Exceptions.h include to new effects
  • Loading branch information
ferdnyc committed Jan 29, 2021
2 parents 47afa20 + be16403 commit 05a6d03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/effects/ObjectDetection.cpp
Expand Up @@ -30,6 +30,7 @@

#include "effects/ObjectDetection.h"
#include "effects/Tracker.h"
#include "Exceptions.h"

using namespace std;
using namespace openshot;
Expand Down
1 change: 1 addition & 0 deletions src/effects/Stabilizer.cpp
Expand Up @@ -29,6 +29,7 @@
*/

#include "effects/Stabilizer.h"
#include "Exceptions.h"
#include <google/protobuf/util/time_util.h>

using namespace std;
Expand Down
1 change: 1 addition & 0 deletions src/effects/Tracker.cpp
Expand Up @@ -29,6 +29,7 @@
*/

#include "effects/Tracker.h"
#include "Exceptions.h"
#include <google/protobuf/util/time_util.h>

using namespace std;
Expand Down

0 comments on commit 05a6d03

Please sign in to comment.