From 488fd449111bfa1a3bd07a4d495a52390f5897b0 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Wed, 24 Mar 2010 18:14:48 +0000 Subject: [PATCH] Include missing cstdio header. --- jm2cv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/jm2cv.cpp b/jm2cv.cpp index c97e2db..0902179 100644 --- a/jm2cv.cpp +++ b/jm2cv.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include "cvout.h" #include "cvin.h"