Forráskód Böngészése

:bug: fixed compilation error on linux

Felix Bytow 1 éve
szülő
commit
710256ccf9
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      SDL.cxx

+ 1 - 0
SDL.cxx

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