From 46548f87c77146ab1f172e614f51ddac59dce324 Mon Sep 17 00:00:00 2001 From: Jonathan Marshall Date: Sat, 23 Jul 2011 13:06:02 +1200 Subject: [PATCH] fix missing include --- xbmc/storage/DetectDVDType.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xbmc/storage/DetectDVDType.h b/xbmc/storage/DetectDVDType.h index 3c9cda1e3a696..12cd00a1b2c2e 100644 --- a/xbmc/storage/DetectDVDType.h +++ b/xbmc/storage/DetectDVDType.h @@ -36,6 +36,7 @@ #include "threads/CriticalSection.h" #include "threads/Thread.h" +#include "utils/StdString.h" namespace MEDIA_DETECT {