From a96cabd81ad79c316ee945686cfbfef4d5d198a0 Mon Sep 17 00:00:00 2001 From: badaix Date: Sun, 31 Mar 2024 21:42:40 +0200 Subject: [PATCH] Fix compile error --- .github/workflows/ci.yml | 2 +- .github/workflows/package.yml | 2 +- client/player/player.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96239a4b..11bcf047 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -268,7 +268,7 @@ jobs: key: ${{ runner.os }}-dependencies - name: dependencies if: steps.cache-dependencies.outputs.cache-hit != 'true' - run: vcpkg.exe install libflac libvorbis soxr opus boost-asio boost-process --triplet x64-windows + run: vcpkg.exe install libflac libvorbis soxr opus boost-asio --triplet x64-windows - name: configure run: | echo vcpkg installation root: ${env:VCPKG_INSTALLATION_ROOT} diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e386de9e..5a82df12 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -217,7 +217,7 @@ jobs: key: ${{ runner.os }}-dependencies - name: Get dependenciesenv if: steps.cache-dependencies.outputs.cache-hit != 'true' - run: vcpkg.exe install libflac libvorbis soxr opus boost-asio boost-process --triplet x64-windows + run: vcpkg.exe install libflac libvorbis soxr opus boost-asio --triplet x64-windows - name: configure run: | echo vcpkg installation root: $env:VCPKG_INSTALLATION_ROOT diff --git a/client/player/player.cpp b/client/player/player.cpp index 8f31567d..d8646471 100644 --- a/client/player/player.cpp +++ b/client/player/player.cpp @@ -35,8 +35,8 @@ #pragma GCC diagnostic ignored "-Wpedantic" #include #include -#endif #pragma GCC diagnostic pop +#endif // standard headers #include