summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/SwNumberTree/SwNodeNum.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/SwNumberTree/SwNodeNum.cxx b/sw/source/core/SwNumberTree/SwNodeNum.cxx
index c2d51ff7f24f..87fb1e4e5095 100644
--- a/sw/source/core/SwNumberTree/SwNodeNum.cxx
+++ b/sw/source/core/SwNumberTree/SwNodeNum.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SwNodeNum.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2007-04-25 08:58:28 $
+ * last change: $Author: obo $ $Date: 2007-07-18 14:27:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,6 +40,7 @@
#include <SwNodeNum.hxx>
#include <ndtxt.hxx>
#include <pam.hxx>
+#include <stdio.h>
SwNodeNum::SwNodeNum()
: SwNumberTreeNode(), mpTxtNode(NULL), mpNumRule(NULL), mnStart(1),