From a8d8c908c855e437f8313ca1f46e6bb15ccf22c8 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Wed, 13 Feb 2013 23:13:53 +0000 Subject: [PATCH] Add missing unistd.h include --- jm2cv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/jm2cv.cpp b/jm2cv.cpp index 0902179..1322ee9 100644 --- a/jm2cv.cpp +++ b/jm2cv.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include "cvout.h" #include "cvin.h"