This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
drako
/
snake
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
:bug: fixed compilation error on linux
Felix Bytow
hace 1 año
padre
274bca7d7d
commit
710256ccf9
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
SDL.cxx
+ 1
- 0
SDL.cxx
Ver fichero
@@ -1,5 +1,6 @@
#include "SDL.hxx"
+#include <algorithm>
#include <cassert>
#include <sstream>