From 5e1af4fd46db60ef60cc3a6563511cd26bc45899 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 28 Jul 2010 08:36:11 +0000 Subject: [PATCH] Fix compile errors --- panda/src/vision/webcamVideoCursorV4L.cxx | 2 ++ panda/src/vision/webcamVideoV4L.cxx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/panda/src/vision/webcamVideoCursorV4L.cxx b/panda/src/vision/webcamVideoCursorV4L.cxx index a273626c1c..d84bd31b96 100644 --- a/panda/src/vision/webcamVideoCursorV4L.cxx +++ b/panda/src/vision/webcamVideoCursorV4L.cxx @@ -16,7 +16,9 @@ #ifdef IS_LINUX +#include #include +#include #include #include diff --git a/panda/src/vision/webcamVideoV4L.cxx b/panda/src/vision/webcamVideoV4L.cxx index ae4741aa2e..800e480aae 100644 --- a/panda/src/vision/webcamVideoV4L.cxx +++ b/panda/src/vision/webcamVideoV4L.cxx @@ -19,6 +19,8 @@ #include "webcamVideoCursorV4L.h" #include "dcast.h" +#include +#include #include #include