summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:44:58 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:44:58 +0000
commitb291f268a93eec2f06be0a1a854dbfefc71916bf (patch)
tree990a2c05914c04507ecb92a17a64e613f501593f /idlc
parentb7145689edb12a86b9b3f3412b867a5003422340 (diff)
INTEGRATION: CWS gcc430two (1.22.14); FILE MERGED
2008/01/28 09:53:07 rene 1.22.14.1: more gcc 4.3.0 things
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/idlccompile.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx
index 4d1fa1f98213..cc23374744b1 100644
--- a/idlc/source/idlccompile.cxx
+++ b/idlc/source/idlccompile.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: idlccompile.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: hr $ $Date: 2007-11-02 12:26:14 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:44:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,6 +71,8 @@
#endif
#endif
+#include <string.h>
+
using namespace ::rtl;
using namespace ::osl;