2
0
Chlumsky 1 жил өмнө
parent
commit
e69b7962d1

+ 1 - 1
core/Scanline.cpp

@@ -1,7 +1,7 @@
 
 #include "Scanline.h"
 
-#include <algorithm>
+#include <cstdlib>
 #include "arithmetics.hpp"
 
 namespace msdfgen {

+ 1 - 1
core/Shape.cpp

@@ -1,7 +1,7 @@
 
 #include "Shape.h"
 
-#include <algorithm>
+#include <cstdlib>
 #include "arithmetics.hpp"
 
 namespace msdfgen {

+ 1 - 0
core/edge-coloring.cpp

@@ -1,6 +1,7 @@
 
 #include "edge-coloring.h"
 
+#include <cstdlib>
 #include <cmath>
 #include <cstring>
 #include <cfloat>