mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
10 lines
263 B
C++
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"
|
|
|