compilation fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23797 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-03-17 21:11:17 +00:00
parent 6f102da979
commit b1e077a7d2
6 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,7 @@
*/
#include <config.h>
#include <algorithm>
#include "InsetList.h"

View File

@ -9,6 +9,7 @@
*/
#include <config.h>
#include <algorithm>
#include "InsetBibitem.h"

View File

@ -11,6 +11,7 @@
*/
#include <config.h>
#include <algorithm>
#include "InsetCommandParams.h"

View File

@ -9,6 +9,7 @@
*/
#include <config.h>
#include <algorithm>
#include "InsetListingsParams.h"

View File

@ -9,6 +9,7 @@
*/
#include <config.h>
#include <algorithm>
#include "InsetMathGrid.h"

View File

@ -10,6 +10,7 @@
*/
#include <config.h>
#include <algorithm>
#include "rowpainter.h"