tests: Update include paths

This commit is contained in:
FeRD (Frank Dana)
2020-10-18 05:10:06 -04:00
parent 630e7ac4df
commit fcebbead83
16 changed files with 17 additions and 17 deletions

View File

@@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"
using namespace std;
using namespace openshot;