Skip to content

Commit

Permalink
Add Exceptions.h include to new effects
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jan 29, 2021
1 parent 47afa20 commit be16403
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 be16403

Please sign in to comment.