From: Jean-Baptiste Kempf Date: Wed, 16 Jun 2010 00:11:50 +0000 (+0200) Subject: Qt: forgotten include X-Git-Tag: 1.2.0-pre1~6160 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3a3c9aa620057fbadf623c67c1d9876c933202e1;p=vlc Qt: forgotten include --- diff --git a/modules/gui/qt4/dialogs/external.cpp b/modules/gui/qt4/dialogs/external.cpp index e9e20eb037..e78eaa048d 100644 --- a/modules/gui/qt4/dialogs/external.cpp +++ b/modules/gui/qt4/dialogs/external.cpp @@ -36,6 +36,7 @@ #include #include #include +#include DialogHandler::DialogHandler (intf_thread_t *intf, QObject *_parent) : QObject( _parent ), intf (intf),