From ec5ce05ca037ba37dac3571c0b9b72880d976cf9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Fri, 23 May 2008 15:27:37 +0200 Subject: [PATCH] Fix linking when compiling with enabled update checker --- modules/gui/qt4/dialogs/help.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gui/qt4/dialogs/help.hpp b/modules/gui/qt4/dialogs/help.hpp index 8600593a13..d1c18891c0 100644 --- a/modules/gui/qt4/dialogs/help.hpp +++ b/modules/gui/qt4/dialogs/help.hpp @@ -28,6 +28,8 @@ #include "config.h" #endif +#include "qt4.hpp" + #include "util/qvlcframe.hpp" class QPushButton; -- 2.39.2