Przeglądaj źródła

:bug: fixed compilation error on linux

Felix Bytow 1 rok temu
rodzic
commit
710256ccf9
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      SDL.cxx

+ 1 - 0
SDL.cxx

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