From: Stefan Schimanski Date: Thu, 8 May 2008 14:40:01 +0000 (+0000) Subject: * For gcc to know about QStandardItemModel < QAbstractItemModel we need this header. X-Git-Tag: 1.6.10~4840 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=419c7ed4811a8d2a8a707c4188cf110bfcf35b73;p=features.git * For gcc to know about QStandardItemModel < QAbstractItemModel we need this header. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24686 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiDocument.cpp b/src/frontends/qt4/GuiDocument.cpp index 3a90e3d330..233fa65938 100644 --- a/src/frontends/qt4/GuiDocument.cpp +++ b/src/frontends/qt4/GuiDocument.cpp @@ -52,6 +52,7 @@ #include #include +#include #include #include diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index b2c57c9d11..d58c26d232 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -54,6 +54,7 @@ #include #include #include +#include #include #include #include