فهرست منبع

:bug: fixed compilation error on linux

Felix Bytow 1 سال پیش
والد
کامیت
710256ccf9
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      SDL.cxx

+ 1 - 0
SDL.cxx

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