Explorar o código

:bug: fixed compilation error on linux

Felix Bytow hai 1 ano
pai
achega
710256ccf9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      SDL.cxx

+ 1 - 0
SDL.cxx

@@ -1,5 +1,6 @@
 #include "SDL.hxx"
 
+#include <algorithm>
 #include <cassert>
 #include <sstream>