From: Felix Paul Kühne Date: Fri, 23 May 2008 13:27:37 +0000 (+0200) Subject: Fix linking when compiling with enabled update checker X-Git-Tag: 0.9.0-test0~801 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ec5ce05ca037ba37dac3571c0b9b72880d976cf9;p=vlc Fix linking when compiling with enabled update checker --- 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;