From kde-commits Fri Mar 02 21:06:19 2012 From: Shaun Reich Date: Fri, 02 Mar 2012 21:06:19 +0000 To: kde-commits Subject: [kdeplasma-addons] runners/youtube: fix FTBFS Message-Id: <20120302210619.CC478A60A9 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=133072242421998 Git commit 4d3479572260c54e8bf403d7f1d468c82b3dd178 by Shaun Reich. Committed on 02/03/2012 at 22:06. Pushed by sreich into branch 'master'. fix FTBFS M +1 -1 runners/youtube/youtube.cpp http://commits.kde.org/kdeplasma-addons/4d3479572260c54e8bf403d7f1d468c82b3= dd178 diff --git a/runners/youtube/youtube.cpp b/runners/youtube/youtube.cpp index 263fbf5..c83ab45 100644 --- a/runners/youtube/youtube.cpp +++ b/runners/youtube/youtube.cpp @@ -22,6 +22,7 @@ = #include #include +#include = #include #include @@ -33,7 +34,6 @@ #include #include #include -#include = //TODO: I'd really *love* to be able to embed a video *inside* krunner. yo= u know how sexy that'd be? answer: very much. //but seeing as youtube doesn't fully support html5 (only for non-ad'ed vi= deos), i guess i'll have to hold off on it?