From 5a15c27d8333ea167ffd41aa6017bcb7a10b1be8 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Apr 2008 22:26:51 +0000 Subject: [PATCH] Added missing #include . --- vob_list.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/vob_list.cpp b/vob_list.cpp index c907422..a8c3e07 100644 --- a/vob_list.cpp +++ b/vob_list.cpp @@ -2,6 +2,7 @@ // See the file "COPYING" for licence details. #include +#include #include #include -- 2.39.2