From 3eefecbd0f31e7e6bb2eb1ce8fd147e86ac86f22 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 18 Sep 2013 23:25:04 +0000 Subject: [PATCH] Compile fix --- panda/src/vision/webcamVideoCursorV4L.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/vision/webcamVideoCursorV4L.h b/panda/src/vision/webcamVideoCursorV4L.h index eeb51cc9a5..88edeaab6b 100644 --- a/panda/src/vision/webcamVideoCursorV4L.h +++ b/panda/src/vision/webcamVideoCursorV4L.h @@ -20,6 +20,7 @@ #ifdef HAVE_VIDEO4LINUX #include "webcamVideo.h" +#include "movieVideoCursor.h" struct v4l2_format;