From 5bc79fb3f1a837b4b4d2e2ebd4ff3eba674a9f84 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 5 Feb 2001 15:41:16 +0000 Subject: add include svsys.h --- vcl/source/helper/xconnection.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'vcl/source/helper') diff --git a/vcl/source/helper/xconnection.cxx b/vcl/source/helper/xconnection.cxx index 7ef397a92bbe..2b5440699b8a 100644 --- a/vcl/source/helper/xconnection.cxx +++ b/vcl/source/helper/xconnection.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xconnection.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: pl $ $Date: 2001-02-01 14:08:05 $ + * last change: $Author: kz $ $Date: 2001-02-05 16:41:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,9 @@ * ************************************************************************/ +#ifndef _SV_SVSYS_HXX +#include +#endif #include #include #include -- cgit