From 020702e7eaf36eb39de1e68f4b838c82a1291291 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 26 Sep 2022 09:37:55 +0100 Subject: [PATCH] Fix include path. Very poor that this wasn't exercised by my build or CI runs --- src/jni/RubberBandStretcherJNI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jni/RubberBandStretcherJNI.cpp b/src/jni/RubberBandStretcherJNI.cpp index f4d87f7..9cf9fbf 100644 --- a/src/jni/RubberBandStretcherJNI.cpp +++ b/src/jni/RubberBandStretcherJNI.cpp @@ -23,7 +23,7 @@ #include "rubberband/RubberBandStretcher.h" -#include "system/Allocators.h" +#include "common/Allocators.h" #include