diff --git a/.github/workflows/arm-mac.yml b/.github/workflows/arm-mac.yml index 8ee66f70..67c688ab 100644 --- a/.github/workflows/arm-mac.yml +++ b/.github/workflows/arm-mac.yml @@ -21,6 +21,11 @@ jobs: runs-on: macos-13 steps: + - name: Set Xcode version + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '15.2' + - name: Get latest CMake uses: lukka/get-cmake@latest diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index fbb29dad..c771ff32 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -37,6 +37,12 @@ jobs: sudo apt-get update sudo apt install libasound2-dev libx11-dev libxcomposite-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev libfreetype6-dev libglu1-mesa-dev libjack-jackd2-dev + - name: Set Xcode version + if: runner.os == 'MacOS' + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '15.2' + - name: Get latest CMake uses: lukka/get-cmake@latest diff --git a/src/processors/other/krusher/krusher_fallback_impl.h b/src/processors/other/krusher/krusher_fallback_impl.h index 50b826b0..d2f915c4 100644 --- a/src/processors/other/krusher/krusher_fallback_impl.h +++ b/src/processors/other/krusher/krusher_fallback_impl.h @@ -2,6 +2,7 @@ #include #include +#include #include struct Krusher_Lofi_Resample_State