Parcourir la source

:bug: fixed compilation error on linux

Felix Bytow il y a 1 an
Parent
commit
710256ccf9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      SDL.cxx

+ 1 - 0
SDL.cxx

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