Skip to content

Commit e2eec95

Browse files
committed
fix build
1 parent cc7c070 commit e2eec95

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cc: gcc
4747
cxx: g++
4848
name: Linux-cross-arm64
49-
- runner: ubuntu-latest
49+
- runner: ubuntu-22.04
5050
name: android
5151
build_type:
5252
- Debug

ddio/sdltouch.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19+
#include <algorithm>
20+
1921
#include "sdltouch.h"
2022
#include "SDLHelpers.h"
2123

0 commit comments

Comments
 (0)