summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-11-20 13:12:10 +0000
committerKurt Zenker <kz@openoffice.org>2003-11-20 13:12:10 +0000
commit330862bc5397dcd9e91fb2acdd2bc947bf9c597a (patch)
tree51778bb4f8a43cfe6c886b187370db67a1108b58 /vcl
parentc4d3eece7ca97a335b25611ce101793cdde09960 (diff)
#100000# include <sysdata.hxx> are needed
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/wrkwin.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/window/wrkwin.cxx b/vcl/source/window/wrkwin.cxx
index 2196ec668cd2..892a29a6d4cf 100644
--- a/vcl/source/window/wrkwin.cxx
+++ b/vcl/source/window/wrkwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrkwin.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2003-04-11 17:31:17 $
+ * last change: $Author: kz $ $Date: 2003-11-20 14:12:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,9 @@
#ifndef _SV_OPENGL_HXX
#include <opengl.hxx>
#endif
+#ifndef _SV_SYSDATA_HXX
+#include <sysdata.hxx>
+#endif
#include <rvp.hxx>