We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7c070 commit e2eec95Copy full SHA for e2eec95
2 files changed
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
cc: gcc
47
cxx: g++
48
name: Linux-cross-arm64
49
- - runner: ubuntu-latest
+ - runner: ubuntu-22.04
50
name: android
51
build_type:
52
- Debug
ddio/sdltouch.cpp
@@ -16,6 +16,8 @@
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
+#include <algorithm>
20
+
21
#include "sdltouch.h"
22
#include "SDLHelpers.h"
23
0 commit comments