This website works better with JavaScript
Home
Explore
Help
Sign In
drako
/
snake
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
:bug: fixed compilation error on linux
Felix Bytow
1 year ago
parent
274bca7d7d
commit
710256ccf9
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
SDL.cxx
+ 1
- 0
SDL.cxx
View File
@@ -1,5 +1,6 @@
#include "SDL.hxx"
+#include <algorithm>
#include <cassert>
#include <sstream>