freebsd-ports/graphics/exact-image/files/patch-lib__ContourMatching.cc
Dennis Herrmann 46a1908a77 - Update to 0.7.4
PR:		ports/136648
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2009-07-11 10:04:20 +00:00

10 lines
263 B
C++

--- lib/ContourMatching.cc.orig 2009-07-10 11:19:11.000000000 -0400
+++ lib/ContourMatching.cc 2009-07-10 11:20:05.000000000 -0400
@@ -1,6 +1,7 @@
#include <cmath>
#include <algorithm>
#include <iostream>
+#include <stdio.h>
#include "ContourMatching.hh"