summaryrefslogtreecommitdiff
path: root/vcl/source/control/imgctrl.cxx
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-07-06 15:12:47 +0000
committerth <th@openoffice.org>2001-07-06 15:12:47 +0000
commit6596a36d75bd9ce4f211dfbfb02fef57050925c7 (patch)
tree04ac57fea4595ab7aa65016ea61f448f8e8fa7e1 /vcl/source/control/imgctrl.cxx
parent1bd09fea1c26c2d491e12ab0c14f86e40139caba (diff)
include event.hxx
Diffstat (limited to 'vcl/source/control/imgctrl.cxx')
-rw-r--r--vcl/source/control/imgctrl.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/control/imgctrl.cxx b/vcl/source/control/imgctrl.cxx
index ac1758e8e27d..89390da2b304 100644
--- a/vcl/source/control/imgctrl.cxx
+++ b/vcl/source/control/imgctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imgctrl.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:05:36 $
+ * last change: $Author: th $ $Date: 2001-07-06 16:12:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
#define _SV_IMGCTRL_CXX
+#ifndef _SV_EVENT_HXX
+#include <event.hxx>
+#endif
#include <imgctrl.hxx>
// -----------------------------------------------------------------------