]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 31 Oct 2012 11:39:27 +0000 (11:39 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 31 Oct 2012 11:39:27 +0000 (11:39 +0000)
MagickCore/MagickCore.h
MagickWand/MagickWand.h

index 98ce2e1c55191838f7b4c44b59b0ecda61bed2ca..00a6fc843d3d2257ad76c4f729a4ffc913674b63 100644 (file)
@@ -47,6 +47,7 @@ extern "C" {
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
+#include <math.h>
 #include <sys/types.h>
 
 #if defined(WIN32) || defined(WIN64)
index 5b67816fa0cda55e8936e47e83d3c5b094c097c8..4eeed665ab02e1bdffb793fd7ce6b806eef40ac5 100644 (file)
@@ -47,6 +47,7 @@ extern "C" {
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
+#include <math.h>
 #include <sys/types.h>
 
 #if defined(WIN32) || defined(WIN64)