[Libreoffice-commits] .: vcl/headless
David Tardon
dtardon at kemper.freedesktop.org
Thu Nov 3 22:23:04 PDT 2011
vcl/headless/svpprn.cxx | 2 ++
vcl/headless/svptext.cxx | 1 +
2 files changed, 3 insertions(+)
New commits:
commit 08488edd45b7b4fa6b255c4a3e5b882765e6fc13
Author: David Tardon <dtardon at redhat.com>
Date: Fri Nov 4 06:22:44 2011 +0100
add missing includes
diff --git a/vcl/headless/svpprn.cxx b/vcl/headless/svpprn.cxx
index 533499e..bcad98e 100644
--- a/vcl/headless/svpprn.cxx
+++ b/vcl/headless/svpprn.cxx
@@ -38,6 +38,8 @@
#include "salptype.hxx"
#include "saldatabasic.hxx"
+#include "generic/genpspgraphics.h"
+
#include "headless/svpprn.hxx"
#include "headless/svpinst.hxx"
diff --git a/vcl/headless/svptext.cxx b/vcl/headless/svptext.cxx
index 79b87f1..bfa5952 100644
--- a/vcl/headless/svptext.cxx
+++ b/vcl/headless/svptext.cxx
@@ -42,6 +42,7 @@
#include <impfont.hxx>
#include <rtl/instance.hxx>
+#include "generic/genpspgraphics.h"
#include "generic/glyphcache.hxx"
#include "headless/svpgdi.hxx"
#include "headless/svpbmp.hxx"
More information about the Libreoffice-commits
mailing list