summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngread.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-06-24 10:08:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-06-24 10:08:58 +0000
commit5d32681c75a7b5bd2e72d181505accb2681f4b95 (patch)
tree8038e3efb853cfb0b80a651d7323af80ec7bc54c /vcl/source/gdi/pngread.cxx
parentb2e6423d5848635542d7caa8614285fbeabaa46b (diff)
#i10000#: include <osl/endian.h>
Diffstat (limited to 'vcl/source/gdi/pngread.cxx')
-rw-r--r--vcl/source/gdi/pngread.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx
index 51d65b01954a..bfbaa67cf027 100644
--- a/vcl/source/gdi/pngread.cxx
+++ b/vcl/source/gdi/pngread.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pngread.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2004-06-24 10:16:51 $
+ * last change: $Author: hr $ $Date: 2004-06-24 11:08:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,10 @@
#include "svapp.hxx"
#include "alpha.hxx"
+#ifndef _OSL_ENDIAN_H_
+#include <osl/endian.h>
+#endif
+
// -----------
// - Defines -
// -----------