Browse Source

Fixed the build.

Alex Szpakowski 9 years ago
parent
commit
004ffb8819
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/modules/math/wrap_Math.cpp

+ 1 - 0
src/modules/math/wrap_Math.cpp

@@ -27,6 +27,7 @@
 
 
 #include <cmath>
 #include <cmath>
 #include <iostream>
 #include <iostream>
+#include <algorithm>
 
 
 namespace love
 namespace love
 {
 {