opnsense-ports/graphics/exact-image/files/patch-lib__ContourUtility.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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,