This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
drako
/
snake
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
:bug: fixed compilation error on linux
Felix Bytow
hai 1 ano
pai
274bca7d7d
achega
710256ccf9
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
SDL.cxx
+ 1
- 0
SDL.cxx
Ver ficheiro
@@ -1,5 +1,6 @@
#include "SDL.hxx"
+#include <algorithm>
#include <cassert>
#include <sstream>