From 7ced3deb52b86a12e995646b0a59c0e0c39f2485 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 5 Nov 2007 21:42:08 +0000 Subject: [PATCH] use forward declaration... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21454 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/qt_helpers.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontends/qt4/qt_helpers.h b/src/frontends/qt4/qt_helpers.h index fd292c2e39..9cb868d471 100644 --- a/src/frontends/qt4/qt_helpers.h +++ b/src/frontends/qt4/qt_helpers.h @@ -15,8 +15,7 @@ #include "Length.h" #include "support/qstring_helpers.h" - -#include +#include "support/strfwd.h" class QComboBox; class QLineEdit; -- 2.39.2