From 205f050081f8c4903d5ee1c7c29bed664d114560 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 4 Oct 2021 12:24:50 +0100 Subject: [PATCH] Use relative paths here too --- main/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;