diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b761661..607a8cb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,11 +153,9 @@ jobs: uses: lukka/run-vcpkg@v11 with: vcpkgGitCommitId: 'c8696863d371ab7f46e213d8f5ca923c4aef2a00' - vcpkgArguments: '--triplet=${{ matrix.vcpkg_triplet }}' - doNotUpdateVcpkg: true - doNotUpdateBaseline: true - - # Configure CMake + runVcpkgInstall: true + vcpkgJsonGlob: '**/vcpkg.json' + vcpkgDirectory: '${{ github.workspace }}/vcpkg' - name: Configure CMake (Linux/macOS) if: runner.os != 'Windows' run: | diff --git a/src/util/bps.cc b/src/util/bps.cc index 80e2fd93..d4c51d3a 100644 --- a/src/util/bps.cc +++ b/src/util/bps.cc @@ -7,6 +7,7 @@ #include #include #include +#include namespace yaze { namespace util {