diff --git a/.github/workflows/run_windows.yml b/.github/workflows/run_windows.yml index 1fa6b4174..d207eee39 100644 --- a/.github/workflows/run_windows.yml +++ b/.github/workflows/run_windows.yml @@ -36,9 +36,9 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11.0.3 - - uses: hecrj/setup-rust-action@v1 + - uses: hecrj/setup-rust-action@v2 with: - rust-version: nightly + rust-version: stable components: cargo,rustc,rust-std # compile and prepare everything - name: Compile x32 diff --git a/src/board_controller/muse/muse_bglib/muse_bglib_helper.cpp b/src/board_controller/muse/muse_bglib/muse_bglib_helper.cpp index 362fa1ad3..943d4f18a 100644 --- a/src/board_controller/muse/muse_bglib/muse_bglib_helper.cpp +++ b/src/board_controller/muse/muse_bglib/muse_bglib_helper.cpp @@ -1,4 +1,5 @@ #include +#include #include #include