summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:59:06 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:59:06 +0000
commit97b8826cf8409411bdf9f2a4c4dd65a2572c345d (patch)
tree660276ff399c485f0c0d1304f33a72c9386337ef /hwpfilter
parent1b19eff02c1d627f42660e8f2749eed424d80f70 (diff)
INTEGRATION: CWS gcc430two (1.3.38); FILE MERGED
2008/01/28 09:53:06 rene 1.3.38.1: more gcc 4.3.0 things
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/formula.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/formula.cpp b/hwpfilter/source/formula.cpp
index 7fc1b74ac505..ae1b64c79352 100644
--- a/hwpfilter/source/formula.cpp
+++ b/hwpfilter/source/formula.cpp
@@ -4,9 +4,9 @@
*
* $RCSfile: formula.cpp,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:52:46 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:59:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,7 @@
#include "nodes.h"
#include "mapping.h"
#include "hwpeq.h"
-#include <iostream.h>
+#include <iostream>
extern LinkedList<Node> nodelist;