Use relative paths here too
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
you must obtain a valid commercial licence before doing so.
|
you must obtain a valid commercial licence before doing so.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "rubberband/RubberBandStretcher.h"
|
#include "../rubberband/RubberBandStretcher.h"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sndfile.h>
|
#include <sndfile.h>
|
||||||
@@ -33,17 +33,17 @@
|
|||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
#include "system/sysutils.h"
|
#include "../src/system/sysutils.h"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include "getopt/getopt.h"
|
#include "../src/getopt/getopt.h"
|
||||||
#else
|
#else
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "base/Profiler.h"
|
#include "../src/base/Profiler.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace RubberBand;
|
using namespace RubberBand;
|
||||||
|
|||||||
Reference in New Issue
Block a user