diff --git a/main/main.cpp b/main/main.cpp index eb25e4b..72c47e0 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -21,7 +21,7 @@ you must obtain a valid commercial licence before doing so. */ -#include "rubberband/RubberBandStretcher.h" +#include "../rubberband/RubberBandStretcher.h" #include #include @@ -33,17 +33,17 @@ #include -#include "system/sysutils.h" +#include "../src/system/sysutils.h" #ifdef _MSC_VER -#include "getopt/getopt.h" +#include "../src/getopt/getopt.h" #else #include #include #include #endif -#include "base/Profiler.h" +#include "../src/base/Profiler.h" using namespace std; using namespace RubberBand;