solaris compiling fixes by physrules

svn path=/trunk/KDE/kdegraphics/okular/; revision=712955
This commit is contained in:
Pino Toscano 2007-09-15 21:09:06 +00:00
parent f2566912cd
commit 2a258a92f9
4 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,7 @@
#include <cstdio>
#include <stdio.h>
class dviRenderer;
class TeXFont;

View file

@ -63,6 +63,7 @@
#include <QImage>
#include <cmath>
#include <math.h>
//#define DEBUG_PK

View file

@ -18,6 +18,7 @@
#include <QPainter>
#include <cmath>
#include <math.h>
//#define DEBUG_FONTPOOL

View file

@ -13,6 +13,7 @@
#define _length_h_
#include <cmath>
#include <math.h>
class QString;