This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
love2d.love
mirror of
https://github.com/love2d/love.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fixed the build.
Alex Szpakowski
9 years ago
parent
e0dca60380
commit
004ffb8819
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
src/modules/math/wrap_Math.cpp
+ 1
- 0
src/modules/math/wrap_Math.cpp
View File
@@ -27,6 +27,7 @@
#include <cmath>
#include <cmath>
#include <iostream>
#include <iostream>
+#include <algorithm>
namespace love
namespace love
{
{