freebsd-ports/graphics/exact-image/files/patch-lib__ContourUtility.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

13 lines
397 B
C++

--- lib/ContourUtility.cc.orig 2009-07-10 10:25:43.000000000 -0400
+++ lib/ContourUtility.cc 2009-07-10 10:26:31.000000000 -0400
@@ -1,9 +1,9 @@
-#include "ContourUtility.hh"
#include <cmath>
#include <cstdlib>
//#include <iostream>
#include <assert.h>
#include <stdio.h>
+#include "ContourUtility.hh"
void CenterAndReduce(const Contours::Contour& source,
Contours::Contour& dest,