Explorar el Código

:bug: fixed compilation error on linux

Felix Bytow hace 1 año
padre
commit
710256ccf9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      SDL.cxx

+ 1 - 0
SDL.cxx

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