From 68d20301f25a600994c077971547b52a609d80bf Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Fri, 30 Mar 2012 12:54:54 +0000 Subject: [PATCH] fixed building delaunay.c with MSVC --- samples/c/delaunay.c | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/c/delaunay.c b/samples/c/delaunay.c index 896d70d..bad0b0a 100644 --- a/samples/c/delaunay.c +++ b/samples/c/delaunay.c @@ -1,4 +1,5 @@ #include +#include #include "opencv2/highgui/highgui.hpp" #include -- 2.7.4