]> git.sesse.net Git - vlc/commitdiff
Qt: forgotten include
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 16 Jun 2010 00:11:50 +0000 (02:11 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 16 Jun 2010 00:11:50 +0000 (02:11 +0200)
modules/gui/qt4/dialogs/external.cpp

index e9e20eb037a73eabd2e1b248474d0ba80fbd38c8..e78eaa048da908c4f9c40fcec09ade920d791eb0 100644 (file)
@@ -36,6 +36,7 @@
 #include <QProgressDialog>
 #include <QMutex>
 #include <QPushButton>
+#include <QTimer>
 
 DialogHandler::DialogHandler (intf_thread_t *intf, QObject *_parent)
     : QObject( _parent ), intf (intf),