From 3f2b3ca4b5dcfce34c4c7d08038a04697f5877a9 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 15 Nov 2011 03:00:20 +0000 Subject: [PATCH] possible fix to build error --- panda/src/movies/ffmpegVideoCursor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/movies/ffmpegVideoCursor.h b/panda/src/movies/ffmpegVideoCursor.h index c39fe0143d..52ec9d4dad 100644 --- a/panda/src/movies/ffmpegVideoCursor.h +++ b/panda/src/movies/ffmpegVideoCursor.h @@ -28,6 +28,7 @@ #include "pmutex.h" #include "reMutex.h" #include "conditionVar.h" +#include "pdeque.h" struct AVFormatContext; struct AVCodecContext;