Browse Source

:bug: fixed compilation error on linux

Felix Bytow 1 năm trước cách đây
mục cha
commit
710256ccf9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      SDL.cxx

+ 1 - 0
SDL.cxx

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