perceptualdiff (1.0.1-1.3) Metric.cpp

Summary

 Metric.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

    
download this patch

Patch contents

--- perceptualdiff-1.0.1.orig/Metric.cpp
+++ perceptualdiff-1.0.1/Metric.cpp
@@ -19,6 +19,7 @@
 #include "RGBAImage.h"
 #include "LPyramid.h"
 #include <math.h>
+#include <cstdio>
 
 #ifndef M_PI
 #define M_PI 3.14159265f
@@ -313,4 +314,4 @@
 		}
 	}
 	return false;
-}
\ No newline at end of file
+}