From 20b30fad0c76f585df352c9d55dae9dade1e9cec Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 13 Apr 2005 11:21:50 +0000 Subject: INTEGRATION: CWS visibility03 (1.2.64); FILE MERGED 2005/04/01 14:05:09 mhu 1.2.64.1: #i45006# Added missing include. --- goodies/source/unographic/descriptor.cxx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'goodies') diff --git a/goodies/source/unographic/descriptor.cxx b/goodies/source/unographic/descriptor.cxx index eff8177a3497..278b33385e7a 100644 --- a/goodies/source/unographic/descriptor.cxx +++ b/goodies/source/unographic/descriptor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: descriptor.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-06-11 09:49:43 $ + * last change: $Author: obo $ $Date: 2005-04-13 12:21:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,8 @@ * ************************************************************************/ +#include "descriptor.hxx" + #include #include #include @@ -78,8 +80,12 @@ #include #endif -#include -#include "descriptor.hxx" +#ifndef _SV_GRAPH_HXX +#include "vcl/graph.hxx" +#endif +#ifndef _SV_SVAPP_HXX +#include "vcl/svapp.hxx" +#endif #define UNOGRAPHIC_GRAPHICTYPE 1 #define UNOGRAPHIC_MIMETYPE 2 -- cgit