From f099bf461e6d92a177b302a66cdfba2e8d7cfb63 Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sat, 2 Dec 2006 21:25:24 +0000 Subject: [PATCH] * src/frontends/qt4/qt_helpers.h: add #include because gcc 3.3.5pre (SUSE Linux 9.3) fails otherwise git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16140 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/qt_helpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/qt_helpers.h b/src/frontends/qt4/qt_helpers.h index bacbfbd931..5e7cae2b07 100644 --- a/src/frontends/qt4/qt_helpers.h +++ b/src/frontends/qt4/qt_helpers.h @@ -20,6 +20,7 @@ #include #include +#include class QComboBox; class QLineEdit; -- 2.39.5