This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
drako
/
snake
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
:bug: fixed compilation error on linux
Felix Bytow
il y a 1 an
Parent
274bca7d7d
commit
710256ccf9
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
SDL.cxx
+ 1
- 0
SDL.cxx
Voir le fichier
@@ -1,5 +1,6 @@
#include "SDL.hxx"
+#include <algorithm>
#include <cassert>
#include <sstream>